org.kuali.rice.krad.bo
Class BusinessObjectAttributeEntry

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BusinessObjectAttributeEntry()
           
 
Method Summary
 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)
           
 
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

BusinessObjectAttributeEntry

public BusinessObjectAttributeEntry()
Method Detail

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.