|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.category.BbCategoryMembership
blackboard.data.category.BbOrganizationCategoryMembership
blackboard.admin.data.category.OrganizationCategoryMembership
public class OrganizationCategoryMembership
Public business oriented branding Organization for BbCategoryMembership based data.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface blackboard.admin.data.IAdminObject |
|---|
IAdminObject.RecStatus, IAdminObject.RowStatus |
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
OrganizationCategoryMembership()
Creates an instance of OrganizationCategoryMembership with default property values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCategoryBatchUid()
Returns the category batch_uid of the OrganizationCategoryMembership |
java.lang.String |
getDataSourceBatchUid()
Returns the data source batch_uid of this OrganizationCategoryMembership |
DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getOrganizationBatchUid()
Returns the organization batch_uid of this OrganizationCategoryMembership |
IAdminObject.RecStatus |
getRecStatus()
Returns the record status of this OrganizationCategoryMembership |
IAdminObject.RowStatus |
getRowStatus()
Returns the row status of this OrganizationCategoryMembership |
void |
setCategoryBatchUid(java.lang.String batchUid)
Sets the category batch_uid for this OrganizationCategoryMembership |
void |
setDataSourceBatchUid(java.lang.String batchUid)
Sets the data source batch_uid of this OrganizationCategoryMembership |
void |
setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this OrganizationCategoryMembership. |
void |
setOrganizationBatchUid(java.lang.String batchUid)
Sets the organization batch_uid of this OrganizationCategoryMembership |
void |
setOrganizationId(Id id)
Sets the organization Id of this OrganizationCategoryMembership |
void |
setRecStatus(IAdminObject.RecStatus eRecStatus)
Sets the record status of this OrganizationCategoryMembership |
void |
setRowStatus(IAdminObject.RowStatus eRowStatus)
Sets the row status of this OrganizationCategoryMembership |
void |
validate()
Validates the contents of this CategoryMembership. |
| Methods inherited from class blackboard.data.category.BbOrganizationCategoryMembership |
|---|
getOrganizationId |
| Methods inherited from class blackboard.data.category.BbCategoryMembership |
|---|
getBatchUID, getCategoryId, getDataSourceId, getIsAvailable, setBatchUID, setCategoryId, setIsAvailable |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, matches, persist, setCreatedDate, setId, setModifiedDate, toString |
| 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 |
| Methods inherited from interface blackboard.data.IBbObject |
|---|
getBbAttributes, getCreatedDate, getModifiedDate, setCreatedDate, setModifiedDate |
| Methods inherited from interface blackboard.data.Identifiable |
|---|
getId, setId |
| Field Detail |
|---|
public static final DataType DATA_TYPE
| Constructor Detail |
|---|
public OrganizationCategoryMembership()
OrganizationCategoryMembership with default property values.
| Method Detail |
|---|
public DataType getDataType()
DataType identifier for this object. Can be used to uniquely identify the "type" of this data
object.
getDataType in interface IBbObjectgetDataType in interface IdentifiablegetDataType in class blackboard.data.category.BbOrganizationCategoryMembershipDataType for this objectpublic void setDataSourceId(Id iDataSourceId)
Id value for this OrganizationCategoryMembership.
setDataSourceId in interface IAdminObjectsetDataSourceId in class blackboard.data.category.BbCategoryMembershipiDataSourceId - a data source Id value to use for this
OrganizationCategoryMembershippublic java.lang.String getDataSourceBatchUid()
OrganizationCategoryMembership
getDataSourceBatchUid in interface IAdminObjectOrganizationCategoryMembershippublic void setDataSourceBatchUid(java.lang.String batchUid)
OrganizationCategoryMembership
setDataSourceBatchUid in interface IAdminObjectbatchUid - a data source batch_uid value for this OrganizationCategoryMembershippublic IAdminObject.RecStatus getRecStatus()
OrganizationCategoryMembership
getRecStatus in interface IAdminObjectIAdminObject.RecStatusIAdminObject.RecStatuspublic void setRecStatus(IAdminObject.RecStatus eRecStatus)
OrganizationCategoryMembership
setRecStatus in interface IAdminObjecteRecStatus - a status value as defined in IAdminObject.RecStatusIAdminObject.RecStatuspublic IAdminObject.RowStatus getRowStatus()
OrganizationCategoryMembership
getRowStatus in interface IAdminObjectIAdminObject.RowStatusIAdminObject.RowStatuspublic void setRowStatus(IAdminObject.RowStatus eRowStatus)
OrganizationCategoryMembership
setRowStatus in interface IAdminObjecteRowStatus - a status value as defined in IAdminObject.RowStatusIAdminObject.RowStatuspublic java.lang.String getOrganizationBatchUid()
OrganizationCategoryMembership
public void setOrganizationBatchUid(java.lang.String batchUid)
OrganizationCategoryMembership
batchUid - a group batch_uid value to use for this OrganizationCategoryMembershippublic void setOrganizationId(Id id)
OrganizationCategoryMembership
setOrganizationId in class blackboard.data.category.BbOrganizationCategoryMembershipid - a group Id value to use for this OrganizationCategoryMembershippublic java.lang.String getCategoryBatchUid()
OrganizationCategoryMembership
OrganizationCategoryMembershippublic void setCategoryBatchUid(java.lang.String batchUid)
OrganizationCategoryMembership
batchUid - batch_uid value associated with the category for this OrganizationCategoryMembership
public void validate()
throws ValidationException
CategoryMembership. Internal consistency checks are also performed.
validate in interface IAdminObjectvalidate in interface IBbObjectvalidate in class BbObjectValidationException - if validation of this object fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||