public class CustomAttributeDocValue extends KraPersistableBusinessObjectBase implements DocumentCustomData
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CustomAttributeDocValue() |
| Modifier and Type | Method and Description |
|---|---|
CustomAttribute |
getCustomAttribute()
Gets the customAttribute attribute.
|
Long |
getCustomAttributeId() |
String |
getDocumentNumber() |
String |
getValue() |
void |
setCustomAttribute(CustomAttribute customAttribute)
Sets the customAttribute attribute value.
|
void |
setCustomAttributeId(Long customAttributeId) |
void |
setDocumentNumber(String documentNumber) |
void |
setValue(String value) |
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 Long getCustomAttributeId()
getCustomAttributeId in interface DocumentCustomDatapublic void setCustomAttributeId(Long customAttributeId)
setCustomAttributeId in interface DocumentCustomDatapublic String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public String getValue()
getValue in interface DocumentCustomDatapublic void setValue(String value)
setValue in interface DocumentCustomDatapublic void setCustomAttribute(CustomAttribute customAttribute)
setCustomAttribute in interface DocumentCustomDatacustomAttribute - The customAttribute to set.public CustomAttribute getCustomAttribute()
getCustomAttribute in interface DocumentCustomDataCopyright © 2013 The Kuali Foundation. All Rights Reserved.