org.jtheque.core.managers.persistence.context
Class TemporaryContext

java.lang.Object
  extended by org.jtheque.core.managers.persistence.context.TemporaryContext

public class TemporaryContext
extends java.lang.Object

A temporary context. It's a context for a data who's temporary and not stored somewhere.

Author:
Baptiste Wicht

Constructor Summary
TemporaryContext()
           
 
Method Summary
 int getId()
          Return the id of the context.
 void setId(int id)
          Set the id of the context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporaryContext

public TemporaryContext()
Method Detail

getId

public final int getId()
Return the id of the context.

Returns:
The id.

setId

public final void setId(int id)
Set the id of the context.

Parameters:
id - The new id to set.


Copyright © 2009 JTheque. All Rights Reserved.