public class BusinessObjectAttributeEntry extends PersistableBusinessObjectBase
extension, versionNumber| Constructor and Description |
|---|
BusinessObjectAttributeEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeControlType() |
String |
getAttributeDescription() |
String |
getAttributeFormatterClassName() |
String |
getAttributeLabel() |
String |
getAttributeMaxLength() |
String |
getAttributeName() |
String |
getAttributeShortLabel() |
String |
getAttributeSummary() |
String |
getAttributeValidatingExpression() |
String |
getDictionaryBusinessObjectName() |
void |
setAttributeControlType(String attributeControlType) |
void |
setAttributeDescription(String attributeDescription) |
void |
setAttributeFormatterClassName(String attributeFormatterClassName) |
void |
setAttributeLabel(String attributeLabel) |
void |
setAttributeMaxLength(String attributeMaxLength) |
void |
setAttributeName(String attributeName) |
void |
setAttributeShortLabel(String attributeShortLabel) |
void |
setAttributeSummary(String attributeSummary) |
void |
setAttributeValidatingExpression(String attributeValidatingExpression) |
void |
setDictionaryBusinessObjectName(String businessObjectClass) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic BusinessObjectAttributeEntry()
public String getAttributeControlType()
public void setAttributeControlType(String attributeControlType)
attributeControlType - The attributeControlType to set.public String getAttributeDescription()
public void setAttributeDescription(String attributeDescription)
attributeDescription - The attributeDescription to set.public String getAttributeFormatterClassName()
public void setAttributeFormatterClassName(String attributeFormatterClassName)
attributeFormatterClassName - The attributeFormatterClassName to set.public String getAttributeLabel()
public void setAttributeLabel(String attributeLabel)
attributeLabel - The attributeLabel to set.public String getAttributeMaxLength()
public void setAttributeMaxLength(String attributeMaxLength)
attributeMaxLength - The attributeMaxLength to set.public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - The attributeName to set.public String getAttributeShortLabel()
public void setAttributeShortLabel(String attributeShortLabel)
attributeShortLabel - The attributeShortLabel to set.public String getAttributeSummary()
public void setAttributeSummary(String attributeSummary)
attributeSummary - The attributeSummary to set.public String getAttributeValidatingExpression()
public void setAttributeValidatingExpression(String attributeValidatingExpression)
attributeValidatingExpression - The attributeValidatingExpression to set.public String getDictionaryBusinessObjectName()
public void setDictionaryBusinessObjectName(String businessObjectClass)
businessObjectClass - The dataObjectClass to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.