|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.escot.CustomObject
CustomObject for persistence
| Constructor Summary | |
CustomObject()
|
|
| Method Summary | |
CustomObject[] |
getCustomObjects()
gets the custom objects for this object |
CustomProperty[] |
getCustomProperties()
gets the custom properties for this object |
Object |
getData()
gets the data of this object |
String |
getName()
returns the name of this object |
void |
setCustomObjects(CustomObject[] obj)
sets the custom objects for this object |
void |
setCustomProperties(CustomProperty[] props)
sets the custom properties for this object |
void |
setData(Object obj)
sets the data for this object |
void |
setName(String s)
sets the name of this object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CustomObject()
| Method Detail |
public String getName()
public void setName(String s)
s - the name of the objectpublic Object getData()
public void setData(Object obj)
obj - the data for the objectpublic CustomProperty[] getCustomProperties()
getCustomProperties in interface CustomStoragepublic void setCustomProperties(CustomProperty[] props)
setCustomProperties in interface CustomStorageprops - an array of custom propertiespublic CustomObject[] getCustomObjects()
getCustomObjects in interface CustomStoragepublic void setCustomObjects(CustomObject[] obj)
setCustomObjects in interface CustomStorageobj - an array of custom objects
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||