|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.admin.data.AdminObject
public abstract class AdminObject
The AdminObject represents a default abstraction for data objects of the
admin level package.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface blackboard.admin.data.IAdminObject |
|---|
IAdminObject.RecStatus, IAdminObject.RowStatus |
| Field Summary |
|---|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
protected |
AdminObject()
Creates an instance of AdminObject with default property values. |
| Method Summary | |
|---|---|
java.lang.String |
getDataSourceBatchUid()
Returns the data source batch_uid of this AdminObject |
IAdminObject.RecStatus |
getRecStatus()
Returns the record status of this AdminObject for use in Snapshot execution. |
IAdminObject.RowStatus |
getRowStatus()
Returns the row status of this AdminObject |
void |
setDataSourceBatchUid(java.lang.String batchUid)
Sets the data source batch_uid of this AdminObject |
void |
setRecStatus(IAdminObject.RecStatus eRecStatus)
Sets the record status of this AdminObject for use in Snapshot execution. |
void |
setRowStatus(IAdminObject.RowStatus eRowStatus)
Sets the row status of this AdminObject |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getDataType, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface blackboard.admin.data.IAdminObject |
|---|
getDataSourceId, setDataSourceId, validate |
| Methods inherited from interface blackboard.data.IBbObject |
|---|
getBbAttributes, getCreatedDate, getDataType, getModifiedDate, setCreatedDate, setModifiedDate |
| Methods inherited from interface blackboard.data.Identifiable |
|---|
getId, setId |
| Constructor Detail |
|---|
protected AdminObject()
AdminObject with default property values.
| Method Detail |
|---|
public IAdminObject.RowStatus getRowStatus()
AdminObject
getRowStatus in interface IAdminObjectIAdminObject.RowStatusIAdminObject.RowStatuspublic void setRowStatus(IAdminObject.RowStatus eRowStatus)
AdminObject
setRowStatus in interface IAdminObjecteRowStatus - a status value as defined in IAdminObject.RowStatusIAdminObject.RowStatuspublic IAdminObject.RecStatus getRecStatus()
AdminObject for use in Snapshot execution.
getRecStatus in interface IAdminObjectIAdminObject.RecStatusIAdminObject.RecStatuspublic void setRecStatus(IAdminObject.RecStatus eRecStatus)
AdminObject for use in Snapshot execution.
setRecStatus in interface IAdminObjecteRecStatus - a status value as defined in IAdminObject.RecStatusIAdminObject.RecStatuspublic java.lang.String getDataSourceBatchUid()
AdminObject
getDataSourceBatchUid in interface IAdminObjectAdminObjectpublic void setDataSourceBatchUid(java.lang.String batchUid)
AdminObject
setDataSourceBatchUid in interface IAdminObjectbatchUid - a data source batch_uid value for this AdminObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||