Jala 1.3

Class HopObject

Object
   |
   +--HopObject

class HopObject

 
Method Summary
 String getAccessName(<Object> obj, <Number> maxLength)
           Constructs a name from an object which is unique in the underlying HopObject collection.
 Boolean isClean()
           Returns true if the internal state of this HopObject is CLEAN.
 Boolean isDeleted()
           Returns true if the internal state of this HopObject is DELETED.
 Boolean isInvalid()
           Returns true if the internal state of this HopObject is INVALID.
 Boolean isModified()
           Returns true if the internal state of this HopObject is MODIFIED.
 Boolean isNew()
           Returns true if the internal state of this HopObject is NEW.
 Boolean isTransient()
           Returns true if the internal state of this HopObject is TRANSIENT.
 Boolean isVirtual()
           Returns true if the internal state of this HopObject is VIRTUAL.


Method Detail

getAccessName

String getAccessName(<Object> obj, <Number> maxLength)

isClean

Boolean isClean()

isDeleted

Boolean isDeleted()

isInvalid

Boolean isInvalid()

isModified

Boolean isModified()

isNew

Boolean isNew()

isTransient

Boolean isTransient()

isVirtual

Boolean isVirtual()

Jala 1.3

Documentation generated by JSDoc on Tue Jan 8 15:45:31 2008