|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The IBbObject class is an interface representing the root of the data class
hierarchy. All data objects have BbObject as a superclass. It contains a set of
members and methods that all data objects inherit.
| Method Summary | |
BbAttributes |
getBbAttributes()
Returns the BbAttributes associated with this IBbObject. |
java.util.Calendar |
getCreatedDate()
Deprecated. |
DataType |
getDataType()
Returns the DataType identifier for the given IBbObject-derived
object. |
Id |
getId()
Returns the Id associated with this IBbObject. |
java.util.Calendar |
getModifiedDate()
Returns the date on which this IBbObject was last modified. |
void |
setCreatedDate(java.util.Calendar cCreatedDate)
Deprecated. |
void |
setId(Id iId)
Sets the Id value for this IBbObject. |
void |
setModifiedDate(java.util.Calendar cModifiedDate)
Sets the last modified date for this IBbObject.
|
void |
validate()
Validates the contents of this IBbObject. |
| Method Detail |
public BbAttributes getBbAttributes()
BbAttributes associated with this IBbObject.
BbAttributes value for this IBbObjectpublic Id getId()
Id associated with this IBbObject.
Id value for this IBbObjectpublic void setId(Id iId)
Id value for this IBbObject.
iId - an Id value to use for this IBbObjectpublic java.util.Calendar getCreatedDate()
public void setCreatedDate(java.util.Calendar cCreatedDate)
public java.util.Calendar getModifiedDate()
IBbObject was last modified.
Calendar representing the modified date of this
IBbObjectpublic void setModifiedDate(java.util.Calendar cModifiedDate)
IBbObject.
cModifiedDate - a Calendar to use for the modified datepublic DataType getDataType()
DataType identifier for the given IBbObject-derived
object. Can be used to uniquely identify the "type" of a data object.
DataType for current object
public void validate()
throws ValidationException
IBbObject. Internal consistency
checks are also performed.
ValidationException - if validation of this object fails
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||