public class AwardCustomData extends AwardAssociate implements DocumentCustomData
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardCustomData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAwardCustomDataId()
Gets the awardCustomDataId attribute.
|
CustomAttribute |
getCustomAttribute()
Gets the customAttribute attribute.
|
Long |
getCustomAttributeId()
Gets the customAttributeId attribute.
|
String |
getValue()
Gets the value attribute.
|
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 |
setAwardCustomDataId(Long awardCustomDataId)
Sets the awardCustomDataId attribute value.
|
void |
setCustomAttribute(CustomAttribute customAttribute)
Sets the customAttribute attribute value.
|
void |
setCustomAttributeId(Long customAttributeId)
Sets the customAttributeId attribute value.
|
void |
setValue(String value)
Sets the value 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 Long getCustomAttributeId()
getCustomAttributeId in interface DocumentCustomDatapublic void setCustomAttributeId(Long customAttributeId)
setCustomAttributeId in interface DocumentCustomDatacustomAttributeId - The customAttributeId to set.public Long getAwardCustomDataId()
public void setAwardCustomDataId(Long awardCustomDataId)
awardCustomDataId - The awardCustomDataId to set.public String getValue()
getValue in interface DocumentCustomDatapublic void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()public void setValue(String value)
setValue in interface DocumentCustomDatavalue - The value to set.public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)public CustomAttribute getCustomAttribute()
getCustomAttribute in interface DocumentCustomDatapublic void setCustomAttribute(CustomAttribute customAttribute)
setCustomAttribute in interface DocumentCustomDatacustomAttribute - The customAttribute to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.