org.kuali.rice.kim.bo.ui
Class KimDocumentBoBase
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.ui.KimDocumentBoBase
- All Implemented Interfaces:
- java.io.Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, PersistableBusinessObject
- Direct Known Subclasses:
- GroupDocumentMember, KimDocumentAttributeDataBusinessObjectBase, KimDocumentRoleMember, KimDocumentRolePermission, KimDocumentRoleResponsibility, KimDocumentRoleResponsibilityAction, PersonDocumentBoDefaultBase, PersonDocumentCitizenship, PersonDocumentEmploymentInfo, PersonDocumentExternalId, PersonDocumentGroup, PersonDocumentPrivacy, PersonDocumentRole, RoleDocumentBoDefaultBase, RoleDocumentDelegation, RoleDocumentDelegationMember
public class KimDocumentBoBase
- extends PersistableBusinessObjectBase
- implements org.kuali.rice.kns.bo.Inactivateable
This is a description of what this class does - shyu don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
documentNumber
protected java.lang.String documentNumber
active
protected boolean active
edit
protected boolean edit
activeFromDate
protected java.sql.Timestamp activeFromDate
activeToDate
protected java.sql.Timestamp activeToDate
KimDocumentBoBase
public KimDocumentBoBase()
toStringMapper
protected java.util.LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class BusinessObjectBase
- Returns:
- Map containing the fieldValues of the key fields for this class, indexed by fieldName
- See Also:
BusinessObjectBase.toStringMapper()
getDocumentNumber
public java.lang.String getDocumentNumber()
setDocumentNumber
public void setDocumentNumber(java.lang.String documentNumber)
isActive
public boolean isActive()
- Specified by:
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
setActive
public void setActive(boolean active)
- Specified by:
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
isEdit
public boolean isEdit()
setEdit
public void setEdit(boolean edit)
getActiveFromDate
public java.sql.Timestamp getActiveFromDate()
- Returns:
- the activeFromDate
setActiveFromDate
public void setActiveFromDate(java.sql.Timestamp activeFromDate)
- Parameters:
activeFromDate
- the activeFromDate to set
getActiveToDate
public java.sql.Timestamp getActiveToDate()
- Returns:
- the activeToDate
setActiveToDate
public void setActiveToDate(java.sql.Timestamp activeToDate)
- Parameters:
activeToDate
- the activeToDate to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.