public class AwardSponsorTerm extends AwardAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardSponsorTerm()
Constructs a AwardSponsorTerm.java.
|
AwardSponsorTerm(Long sponsorTermId,
SponsorTerm sponsorTerm)
Constructs a AwardSponsorTerm.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAwardSponsorTermId()
Gets the awardTermId attribute.
|
String |
getDescription()
This method returns description associated with sponsorTerm.
|
SponsorTerm |
getSponsorTerm()
Gets the sponsorTerm attribute.
|
String |
getSponsorTermCode()
This method returns sponsorTermCode associated with sponsorTerm.
|
Long |
getSponsorTermId()
Gets the sponsorTermId attribute.
|
String |
getSponsorTermTypeCode()
This method returns sponsorTermTypeCode associated with sponsorTerm.
|
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 |
setAwardSponsorTermId(Long awardSponsorTermId)
Sets the awardTermId attribute value.
|
void |
setSponsorTerm(SponsorTerm sponsorTerm)
Sets the sponsorTerm attribute value.
|
void |
setSponsorTermId(Long sponsorTermId)
Sets the sponsorTermId attribute value.
|
getAward, getAwardNumber, getSequenceNumber, getSequenceOwner, prePersist, setAward, setAwardNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, 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 AwardSponsorTerm()
public AwardSponsorTerm(Long sponsorTermId, SponsorTerm sponsorTerm)
sponsorTermId - sponsorTerm - public Long getAwardSponsorTermId()
public void setAwardSponsorTermId(Long awardSponsorTermId)
awardTermId - The awardTermId to set.public Long getSponsorTermId()
public void setSponsorTermId(Long sponsorTermId)
sponsorTermId - The sponsorTermId to set.public String getSponsorTermTypeCode()
public String getSponsorTermCode()
public String getDescription()
public SponsorTerm getSponsorTerm()
public void setSponsorTerm(SponsorTerm sponsorTerm)
sponsorTerm - The sponsorTerm to set.public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)public void resetPersistenceState()
SequenceableSequenceable.resetPersistenceState()Copyright © 2013 The Kuali Foundation. All Rights Reserved.