public class CommitteeMembershipRole extends CommitteeSequenceAssociateBase
| Modifier and Type | Field and Description |
|---|---|
static String |
ALTERNATE_ROLE |
static String |
INACTIVE_ROLE |
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CommitteeMembershipRole() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCommitteeMembershipIdFk() |
Long |
getCommitteeMembershipRoleId() |
Date |
getEndDate() |
MembershipRole |
getMembershipRole() |
String |
getMembershipRoleCode() |
Date |
getStartDate() |
int |
hashCode() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setCommitteeMembershipIdFk(Long committeeMembershipIdFk) |
void |
setCommitteeMembershipRoleId(Long committeeMembershipRoleId) |
void |
setEndDate(Date endDate) |
void |
setMembershipRole(MembershipRole membershipRole) |
void |
setMembershipRoleCode(String membershipRoleCode) |
void |
setStartDate(Date startDate) |
getSequenceNumber, getSequenceOwner, setSequenceOwnergetAuthorPersonName, 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 static final String ALTERNATE_ROLE
public static final String INACTIVE_ROLE
public Long getCommitteeMembershipRoleId()
public void setCommitteeMembershipRoleId(Long committeeMembershipRoleId)
public Long getCommitteeMembershipIdFk()
public void setCommitteeMembershipIdFk(Long committeeMembershipIdFk)
public String getMembershipRoleCode()
public void setMembershipRoleCode(String membershipRoleCode)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public MembershipRole getMembershipRole()
public void setMembershipRole(MembershipRole membershipRole)
public boolean equals(Object obj)
equals in class CommitteeSequenceAssociateBasepublic int hashCode()
hashCode in class CommitteeSequenceAssociateBasepublic void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableresetPersistenceState in class CommitteeSequenceAssociateBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.