org.efaps.ui.wicket.models
Class AbstractInstanceObject

java.lang.Object
  extended by org.efaps.ui.wicket.models.AbstractInstanceObject
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable
Direct Known Subclasses:
AbstractUIObject, UIAbstractCell, UIRow

public abstract class AbstractInstanceObject
extends java.lang.Object
implements org.apache.wicket.IClusterable

TODO comment!

Version:
$Id: AbstractInstanceObject.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
The eFaps Team
See Also:
Serialized Form

Constructor Summary
AbstractInstanceObject()
           
AbstractInstanceObject(java.lang.String _instanceKey)
           
 
Method Summary
 org.efaps.db.Instance getInstance()
           
abstract  org.efaps.db.Instance getInstanceFromManager()
           
 java.lang.String getInstanceKey()
          Getter method for instance variable instanceKey.
abstract  boolean hasInstanceManager()
           
 void setInstanceKey(java.lang.String _instanceKey)
          Setter method for instance variable instanceKey.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInstanceObject

public AbstractInstanceObject()

AbstractInstanceObject

public AbstractInstanceObject(java.lang.String _instanceKey)
Method Detail

getInstanceKey

public java.lang.String getInstanceKey()
Getter method for instance variable instanceKey.

Returns:
value of instance variable instanceKey

getInstance

public org.efaps.db.Instance getInstance()
                                  throws org.efaps.util.EFapsException
Returns:
Instance of the object
Throws:
org.efaps.util.EFapsException - on error
See Also:
getInstance()

setInstanceKey

public void setInstanceKey(java.lang.String _instanceKey)
Setter method for instance variable instanceKey.

Parameters:
_instanceKey - value for instance variable instanceKey

getInstanceFromManager

public abstract org.efaps.db.Instance getInstanceFromManager()
                                                      throws org.efaps.util.EFapsException
Throws:
org.efaps.util.EFapsException

hasInstanceManager

public abstract boolean hasInstanceManager()


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.