public class SubAwardCustomData extends SubAwardAssociate implements DocumentCustomData
UPDATE_USER_LENGTH| Constructor and Description |
|---|
SubAwardCustomData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomAttribute |
getCustomAttribute()
Gets the customAttribute attribute.
|
Long |
getCustomAttributeId()
Gets the customAttributeId attribute.
|
String |
getSubAwardCode()
.
|
Long |
getSubAwardCustomDataId()
Gets the subAwardCustomDataId 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 |
setCustomAttribute(CustomAttribute customAttribute)
Sets the customAttribute attribute value.
|
void |
setCustomAttributeId(Long customAttributeId)
Sets the customAttributeId attribute value.
|
void |
setSubAwardCode(String subAwardCode)
.
|
void |
setSubAwardCustomDataId(Long subAwardCustomDataId)
Sets the SubAwardCustomDataId attribute value.
|
void |
setValue(String value)
Sets the value attribute value.
|
getSequenceNumber, getSequenceOwner, getSubAward, getSubAwardId, setSequenceNumber, setSequenceOwner, setSubAward, setSubAwardIdgetAuthorPersonName, 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 Long getCustomAttributeId()
getCustomAttributeId in interface DocumentCustomDatapublic void setCustomAttributeId(Long customAttributeId)
setCustomAttributeId in interface DocumentCustomDatacustomAttributeId - The customAttributeId to set.public Long getSubAwardCustomDataId()
public void setSubAwardCustomDataId(Long subAwardCustomDataId)
subAwardCustomDataId - The subAwardCustomDataId 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 SubAwardAssociate&return resultpublic boolean equals(Object obj)
equals in class SubAwardAssociateObject.equals(java.lang.Object)public CustomAttribute getCustomAttribute()
getCustomAttribute in interface DocumentCustomDatapublic void setCustomAttribute(CustomAttribute customAttribute)
setCustomAttribute in interface DocumentCustomDatacustomAttribute - The customAttribute to set.public String getSubAwardCode()
getSubAwardCode in class SubAwardAssociatepublic void setSubAwardCode(String subAwardCode)
setSubAwardCode in class SubAwardAssociatesubAwardCode - The subAwardCode to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.