public class AwardReportTermRecipient extends KraPersistableBusinessObjectBase implements SequenceAssociate<Award>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardReportTermRecipient()
Constructs a AwardReportTerm.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AwardReportTerm |
getAwardReportTerm() |
Long |
getAwardReportTermId() |
Long |
getAwardReportTermRecipientId() |
Long |
getContactId() |
ContactType |
getContactType()
Gets the contactType attribute.
|
String |
getContactTypeCode()
Gets the contactTypeCode attribute.
|
Integer |
getNumberOfCopies()
Gets the numberOfCopies attribute.
|
Rolodex |
getRolodex()
Gets the rolodex attribute.
|
Integer |
getRolodexId()
Gets the rolodexId attribute.
|
Integer |
getSequenceNumber()
This gets the current version number.
|
Award |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
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 |
setAwardReportTerm(AwardReportTerm awardReportTerm) |
void |
setAwardReportTermId(Long awardReportTermId) |
void |
setAwardReportTermRecipientId(Long awardReportTermRecipientId) |
void |
setContactId(Long contactId) |
void |
setContactType(ContactType contactType)
Sets the contactType attribute value.
|
void |
setContactTypeCode(String contactTypeCode)
Sets the contactTypeCode attribute value.
|
void |
setNumberOfCopies(Integer numberOfCopies)
Sets the numberOfCopies attribute value.
|
void |
setRolodex(Rolodex rolodex)
Sets the rolodex attribute value.
|
void |
setRolodexId(Integer rolodexId)
Sets the rolodexId attribute value.
|
void |
setSequenceOwner(Award newlyVersionedOwner)
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 AwardReportTermRecipient()
public Long getAwardReportTermId()
public void setAwardReportTermId(Long awardReportTermId)
awardReportTermId - public Long getAwardReportTermRecipientId()
public void setAwardReportTermRecipientId(Long awardReportTermRecipientId)
awardReportTermRecipientId - public AwardReportTerm getAwardReportTerm()
public void setAwardReportTerm(AwardReportTerm awardReportTerm)
awardReportTerm - public Long getContactId()
public void setContactId(Long contactId)
contactId - public String getContactTypeCode()
public void setContactTypeCode(String contactTypeCode)
contactTypeCode - The contactTypeCode to set.public Integer getRolodexId()
public void setRolodexId(Integer rolodexId)
rolodexId - The rolodexId to set.public Integer getNumberOfCopies()
public void setNumberOfCopies(Integer numberOfCopies)
numberOfCopies - The numberOfCopies to set.public ContactType getContactType()
public void setContactType(ContactType contactType)
contactType - The contactType to set.public Rolodex getRolodex()
public void setRolodex(Rolodex rolodex)
rolodex - The rolodex to set.public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Award getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<Award>public void setSequenceOwner(Award newlyVersionedOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<Award>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableCopyright © 2013 The Kuali Foundation. All Rights Reserved.