public abstract class CommitteeSequenceAssociate extends KraPersistableBusinessObjectBase implements SequenceAssociate<Committee>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CommitteeSequenceAssociate() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj) |
Integer |
getSequenceNumber()
This gets the current version number.
|
Committee |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
abstract int |
hashCode() |
abstract void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setSequenceOwner(Committee newOwner)
This sets the sequence owner on the associate.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Committee getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<Committee>public void setSequenceOwner(Committee newOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<Committee>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic abstract void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableCopyright © 2013 The Kuali Foundation. All Rights Reserved.