org.kuali.rice.krad.bo
Class AttributeReferenceElements

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.PersistableBusinessObjectExtensionBase
              extended by org.kuali.rice.krad.bo.AttributeReferenceElements
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject, PersistableBusinessObjectExtension

public class AttributeReferenceElements
extends PersistableBusinessObjectExtensionBase

Attribute Reference Dummy Business Object

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AttributeReferenceElements()
          Constructs a AttributeReferenceDummy.java.
 
Method Summary
 String getExtendedTextArea()
           
 String getInfoTextArea()
          Gets the infoTextArea attribute.
 void setExtendedTextArea(String extendedTextArea)
           
 void setInfoTextArea(String infoTextArea)
          Sets the infoTextArea attribute value.
 
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.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Constructor Detail

AttributeReferenceElements

public AttributeReferenceElements()
Constructs a AttributeReferenceDummy.java.

Method Detail

getInfoTextArea

public String getInfoTextArea()
Gets the infoTextArea attribute.

Returns:
Returns the infoTextArea.

setInfoTextArea

public void setInfoTextArea(String infoTextArea)
Sets the infoTextArea attribute value.

Parameters:
infoTextArea - The infoTextArea to set.

getExtendedTextArea

public final String getExtendedTextArea()
Returns:
the extendedTextArea

setExtendedTextArea

public final void setExtendedTextArea(String extendedTextArea)
Parameters:
extendedTextArea - the extendedTextArea to set


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.