org.kuali.rice.krad.bo
Class BusinessObjectAttributeEntry
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectAttributeEntry
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
public class BusinessObjectAttributeEntry
- extends PersistableBusinessObjectBase
Business Object Attribute Entry Business Object
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
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, setVersionNumber |
BusinessObjectAttributeEntry
public BusinessObjectAttributeEntry()
getAttributeControlType
public String getAttributeControlType()
- Returns:
- Returns the attributeControlType.
setAttributeControlType
public void setAttributeControlType(String attributeControlType)
- Parameters:
attributeControlType
- The attributeControlType to set.
getAttributeDescription
public String getAttributeDescription()
- Returns:
- Returns the attributeDescription.
setAttributeDescription
public void setAttributeDescription(String attributeDescription)
- Parameters:
attributeDescription
- The attributeDescription to set.
getAttributeFormatterClassName
public String getAttributeFormatterClassName()
- Returns:
- Returns the attributeFormatterClassName.
setAttributeFormatterClassName
public void setAttributeFormatterClassName(String attributeFormatterClassName)
- Parameters:
attributeFormatterClassName
- The attributeFormatterClassName to set.
getAttributeLabel
public String getAttributeLabel()
- Returns:
- Returns the attributeLabel.
setAttributeLabel
public void setAttributeLabel(String attributeLabel)
- Parameters:
attributeLabel
- The attributeLabel to set.
getAttributeMaxLength
public String getAttributeMaxLength()
- Returns:
- Returns the attributeMaxLength.
setAttributeMaxLength
public void setAttributeMaxLength(String attributeMaxLength)
- Parameters:
attributeMaxLength
- The attributeMaxLength to set.
getAttributeName
public String getAttributeName()
- Returns:
- Returns the attributeName.
setAttributeName
public void setAttributeName(String attributeName)
- Parameters:
attributeName
- The attributeName to set.
getAttributeShortLabel
public String getAttributeShortLabel()
- Returns:
- Returns the attributeShortLabel.
setAttributeShortLabel
public void setAttributeShortLabel(String attributeShortLabel)
- Parameters:
attributeShortLabel
- The attributeShortLabel to set.
getAttributeSummary
public String getAttributeSummary()
- Returns:
- Returns the attributeSummary.
setAttributeSummary
public void setAttributeSummary(String attributeSummary)
- Parameters:
attributeSummary
- The attributeSummary to set.
getAttributeValidatingExpression
public String getAttributeValidatingExpression()
- Returns:
- Returns the attributeValidatingExpression.
setAttributeValidatingExpression
public void setAttributeValidatingExpression(String attributeValidatingExpression)
- Parameters:
attributeValidatingExpression
- The attributeValidatingExpression to set.
getDictionaryBusinessObjectName
public String getDictionaryBusinessObjectName()
- Returns:
- Returns the dataObjectClass.
setDictionaryBusinessObjectName
public void setDictionaryBusinessObjectName(String businessObjectClass)
- Parameters:
businessObjectClass
- The dataObjectClass to set.
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.