public class CustomAttributeDocument extends KraPersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CustomAttributeDocument() |
| Modifier and Type | Method and Description |
|---|---|
CustomAttribute |
getCustomAttribute()
Gets the customAttribute attribute.
|
Integer |
getCustomAttributeId() |
org.kuali.rice.kew.doctype.bo.DocumentType |
getDocumentType()
Gets the documentType attribute.
|
String |
getDocumentTypeName()
Gets the documentTypeCode attribute.
|
String |
getTypeName() |
boolean |
isActive() |
boolean |
isRequired() |
void |
setActive(boolean active) |
void |
setCustomAttribute(CustomAttribute customAttribute)
Sets the customAttribute attribute value.
|
void |
setCustomAttributeId(Integer customAttributeId) |
void |
setDocumentType(org.kuali.rice.kew.doctype.bo.DocumentType documentType)
Sets the documentType attribute value.
|
void |
setDocumentTypeName(String documentTypeName)
Sets the documentTypeName attribute value.
|
void |
setRequired(boolean required) |
void |
setTypeName(String typeName) |
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 Integer getCustomAttributeId()
public void setCustomAttributeId(Integer customAttributeId)
public void setDocumentTypeName(String documentTypeName)
documentTypeName - The documentTypeName to set.public String getDocumentTypeName()
public boolean isRequired()
public void setRequired(boolean required)
public String getTypeName()
public void setTypeName(String typeName)
public void setCustomAttribute(CustomAttribute customAttribute)
customAttribute - The customAttribute to set.public CustomAttribute getCustomAttribute()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic org.kuali.rice.kew.doctype.bo.DocumentType getDocumentType()
public void setDocumentType(org.kuali.rice.kew.doctype.bo.DocumentType documentType)
documentType - The documentType to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.