com.corrspt.xeo.api.core
Class XEOObject

java.lang.Object
  extended by com.corrspt.xeo.api.core.AbstractModelWrapper
      extended by com.corrspt.xeo.api.core.XEOObject
All Implemented Interfaces:
BaseModel

public class XEOObject
extends AbstractModelWrapper

Class representing a generic object


Nested Class Summary
 
Nested classes/interfaces inherited from class com.corrspt.xeo.api.core.AbstractModelWrapper
AbstractModelWrapper.SystemAtts
 
Field Summary
 
Fields inherited from class com.corrspt.xeo.api.core.AbstractModelWrapper
object
 
Constructor Summary
XEOObject(netgest.bo.runtime.boObject obj)
           
 
Method Summary
 boolean isWrappableIn(java.lang.String modelName)
          Whether this instance is wrappable as a more specific instance
 
Methods inherited from class com.corrspt.xeo.api.core.AbstractModelWrapper
addErrorMessage, checkEboContextIsActive, checkObjectLoaded, clearAttributeErrors, clearErrors, clearObjectErrors, destroy, disable, enable, exists, getBoui, getCardId, getCardIdIcon, getDateCreate, getDateLastUpdate, getEboContext, getOriginal, getParent, getXeoModelName, hasAttributeErrors, hasErrors, hasErrorsInObjectOnly, hasParent, isChanged, isDisabled, isEnabled, isSame, isValid, setParent, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XEOObject

public XEOObject(netgest.bo.runtime.boObject obj)
Method Detail

isWrappableIn

public boolean isWrappableIn(java.lang.String modelName)
Whether this instance is wrappable as a more specific instance

Parameters:
modelName - The model to check wrappability of this instance
Returns: