|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.cms.metadata.XythosMetadata
public class XythosMetadata
Data encapsulation for information corresponding to they properties that can be dynamically associated with xythos entities.
| Field Summary | |
|---|---|
protected blackboard.data.BbAttributes |
_bbAttributes
|
static blackboard.persist.DataType |
DATA_TYPE
|
| Fields inherited from interface blackboard.platform.forms.FormEditable |
|---|
FORM_ID_ATTRIBUTE |
| Constructor Summary | |
|---|---|
XythosMetadata()
Default constructor |
|
| Method Summary | |
|---|---|
blackboard.persist.Id |
getAssociatedFormId()
|
java.lang.String |
getBaseName()
|
blackboard.data.BbAttributes |
getBbAttributes()
Returns the BbAttributes associated with this BbObject. |
java.util.Calendar |
getCreatedDate()
Deprecated. |
blackboard.persist.DataType |
getDataType()
|
com.xythos.storageServer.api.FileSystemEntry |
getFileSystemEntry()
|
blackboard.persist.Id |
getId()
Returns the Id associated with this Identifiable object. |
java.lang.String |
getIdentifier()
|
java.util.Calendar |
getModifiedDate()
Returns the date on which this IBbObject was last modified. |
java.lang.String |
getXythosId()
|
void |
setAssociatedFormId(blackboard.persist.Id formId)
|
void |
setBaseName(java.lang.String val)
|
void |
setCreatedDate(java.util.Calendar cCreatedDate)
Deprecated. |
void |
setFileSystemEntry(com.xythos.storageServer.api.FileSystemEntry val)
|
void |
setId(blackboard.persist.Id id)
Sets the Id value for this Identifiable object. |
void |
setIdentifier(java.lang.String val)
|
void |
setModifiedDate(java.util.Calendar cModifiedDate)
Sets the last modified date for this IBbObject. |
void |
setXythosId(java.lang.String val)
|
void |
validate()
Validates the contents of this BbObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final blackboard.persist.DataType DATA_TYPE
protected blackboard.data.BbAttributes _bbAttributes
| Constructor Detail |
|---|
public XythosMetadata()
| Method Detail |
|---|
public blackboard.data.BbAttributes getBbAttributes()
BbAttributes associated with this BbObject.
getBbAttributes in interface blackboard.data.IBbObjectBbAttributes value for this BbObjectpublic blackboard.persist.DataType getDataType()
getDataType in interface blackboard.data.IBbObjectgetDataType in interface blackboard.data.Identifiablepublic blackboard.persist.Id getAssociatedFormId()
getAssociatedFormId in interface blackboard.platform.forms.FormEditablepublic void setAssociatedFormId(blackboard.persist.Id formId)
setAssociatedFormId in interface blackboard.platform.forms.FormEditablepublic java.lang.String getBaseName()
public void setBaseName(java.lang.String val)
public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String val)
public java.lang.String getXythosId()
public void setXythosId(java.lang.String val)
public com.xythos.storageServer.api.FileSystemEntry getFileSystemEntry()
public void setFileSystemEntry(com.xythos.storageServer.api.FileSystemEntry val)
public java.util.Calendar getCreatedDate()
getCreatedDate in interface blackboard.data.IBbObjectpublic void setCreatedDate(java.util.Calendar cCreatedDate)
setCreatedDate in interface blackboard.data.IBbObjectpublic java.util.Calendar getModifiedDate()
IBbObject was last modified.
getModifiedDate in interface blackboard.data.IBbObjectCalendar representing the modified date of this
IBbObjectpublic void setModifiedDate(java.util.Calendar cModifiedDate)
IBbObject.
setModifiedDate in interface blackboard.data.IBbObjectcModifiedDate - a Calendar to use for the modified datepublic blackboard.persist.Id getId()
Id associated with this Identifiable object.
getId in interface blackboard.data.IdentifiableId value for this Identifiable objectpublic void setId(blackboard.persist.Id id)
Id value for this Identifiable object.
setId in interface blackboard.data.Identifiableid - an Id value to use for this Identifiable object
public void validate()
throws blackboard.data.ValidationException
BbObject. Internal consistency
checks are also performed.
validate in interface blackboard.data.IBbObjectblackboard.data.ValidationException - if validation of this object fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||