|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBbObject
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. |
java.util.Calendar |
getModifiedDate()
Returns the date on which this IBbObject was last modified. |
void |
setCreatedDate(java.util.Calendar cCreatedDate)
Deprecated. |
void |
setModifiedDate(java.util.Calendar cModifiedDate)
Sets the last modified date for this IBbObject. |
void |
validate()
Validates the contents of this IBbObject. |
| Methods inherited from interface blackboard.data.Identifiable |
|---|
getId, setId |
| Method Detail |
|---|
BbAttributes getBbAttributes()
BbAttributes associated with this IBbObject.
BbAttributes value for this IBbObjectjava.util.Calendar getCreatedDate()
void setCreatedDate(java.util.Calendar cCreatedDate)
java.util.Calendar getModifiedDate()
IBbObject was last modified.
Calendar representing the modified date of this
IBbObjectvoid setModifiedDate(java.util.Calendar cModifiedDate)
IBbObject.
cModifiedDate - a Calendar to use for the modified dateDataType getDataType()
DataType identifier for the given IBbObject-derived
object. Can be used to uniquely identify the "type" of a data object.
getDataType in interface IdentifiableDataType for current object
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 | |||||||||