org.kuali.rice.krad.datadictionary
Class AttributeReference

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.datadictionary.AttributeReference
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

public class AttributeReference
extends PersistableBusinessObjectBase

Object for creating generic attribute definitions in the data dictionary

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AttributeReference()
          Constructs a AttributeReference.java.
 
Method Summary
 Date getActiveAsOfDate()
           
 Date getActiveFromDate()
           
 Date getActiveToDate()
           
 Date getCreateDate()
           
 String getEmailAddress()
          Gets the emailAddress attribute.
 String getExtendedTextArea()
           
 KualiDecimal getGenericAmount()
          Gets the genericAmount attribute.
 String getGenericBigText()
          Gets the genericBigText attribute.
 Date getGenericDate()
          Gets the genericDate attribute.
 String getGenericSystemId()
          Gets the genericSystemId attribute.
 Timestamp getGenericTimestamp()
           
 String getInfoTextArea()
          Gets the infoTextArea attribute.
 String getInitiatorNetworkId()
           
 String getOneDigitTextCode()
          Gets the oneDigitTextCode attribute.
 KualiPercent getPercent()
          Gets the percent attribute.
 String getTwoDigitTextCode()
          Gets the twoDigitTextCode attribute.
 String getWorkflowDocumentStatus()
           
 boolean isActiveIndicator()
          Gets the activeIndicator attribute.
 boolean isCurrent()
           
 boolean isGenericBoolean()
          Gets the genericBoolean attribute.
 boolean isNewCollectionRecord()
          Gets the newCollectionRecord attribute.
 void setActiveAsOfDate(Date activeAsOfDate)
           
 void setActiveFromDate(Date activeFromDate)
           
 void setActiveIndicator(boolean activeIndicator)
          Sets the activeIndicator attribute value.
 void setActiveToDate(Date activeToDate)
           
 void setCreateDate(Date createDate)
           
 void setCurrent(boolean current)
           
 void setEmailAddress(String emailAddress)
          Sets the emailAddress attribute value.
 void setExtendedTextArea(String extendedTextArea)
           
 void setGenericAmount(KualiDecimal genericAmount)
          Sets the genericAmount attribute value.
 void setGenericBigText(String genericBigText)
          Sets the genericBigText attribute value.
 void setGenericBoolean(boolean genericBoolean)
          Sets the genericBoolean attribute value.
 void setGenericDate(Date genericDate)
          Sets the genericDate attribute value.
 void setGenericSystemId(String genericSystemId)
          Sets the genericSystemId attribute value.
 void setGenericTimestamp(Timestamp genericTimestamp)
           
 void setInfoTextArea(String infoTextArea)
          Sets the infoTextArea attribute value.
 void setInitiatorNetworkId(String initiatorNetworkId)
           
 void setNewCollectionRecord(boolean newCollectionRecord)
          Sets the newCollectionRecord attribute value.
 void setOneDigitTextCode(String oneDigitTextCode)
          Sets the oneDigitTextCode attribute value.
 void setPercent(KualiPercent percent)
          Sets the percent attribute value.
 void setTwoDigitTextCode(String twoDigitTextCode)
          Sets the twoDigitTextCode attribute value.
 void setWorkflowDocumentStatus(String workflowDocumentStatus)
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, 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

AttributeReference

public AttributeReference()
Constructs a AttributeReference.java.

Method Detail

getCreateDate

public Date getCreateDate()
Returns:
the createDate

setCreateDate

public void setCreateDate(Date createDate)
Parameters:
createDate - the createDate to set

getInitiatorNetworkId

public String getInitiatorNetworkId()
Returns:
the initiatorNetworkId

setInitiatorNetworkId

public void setInitiatorNetworkId(String initiatorNetworkId)
Parameters:
initiatorNetworkId - the initiatorNetworkId to set

getPercent

public KualiPercent getPercent()
Gets the percent attribute.

Returns:
Returns the percent.

setPercent

public void setPercent(KualiPercent percent)
Sets the percent attribute value.

Parameters:
percent - The percent to set.

getGenericSystemId

public String getGenericSystemId()
Gets the genericSystemId attribute.

Returns:
Returns the genericSystemId.

setGenericSystemId

public void setGenericSystemId(String genericSystemId)
Sets the genericSystemId attribute value.

Parameters:
genericSystemId - The genericSystemId to set.

getOneDigitTextCode

public String getOneDigitTextCode()
Gets the oneDigitTextCode attribute.

Returns:
Returns the oneDigitTextCode.

getGenericTimestamp

public Timestamp getGenericTimestamp()

setGenericTimestamp

public void setGenericTimestamp(Timestamp genericTimestamp)

setOneDigitTextCode

public void setOneDigitTextCode(String oneDigitTextCode)
Sets the oneDigitTextCode attribute value.

Parameters:
oneDigitTextCode - The oneDigitTextCode to set.

getTwoDigitTextCode

public String getTwoDigitTextCode()
Gets the twoDigitTextCode attribute.

Returns:
Returns the twoDigitTextCode.

setTwoDigitTextCode

public void setTwoDigitTextCode(String twoDigitTextCode)
Sets the twoDigitTextCode attribute value.

Parameters:
twoDigitTextCode - The twoDigitTextCode to set.

getGenericDate

public Date getGenericDate()
Gets the genericDate attribute.

Returns:
Returns the genericDate.

setGenericDate

public void setGenericDate(Date genericDate)
Sets the genericDate attribute value.

Parameters:
genericDate - The genericDate to set.

isGenericBoolean

public boolean isGenericBoolean()
Gets the genericBoolean attribute.

Returns:
Returns the genericBoolean.

setGenericBoolean

public void setGenericBoolean(boolean genericBoolean)
Sets the genericBoolean attribute value.

Parameters:
genericBoolean - The genericBoolean to set.

isActiveIndicator

public boolean isActiveIndicator()
Gets the activeIndicator attribute.

Returns:
Returns the activeIndicator.

setActiveIndicator

public void setActiveIndicator(boolean activeIndicator)
Sets the activeIndicator attribute value.

Parameters:
activeIndicator - The activeIndicator to set.

getGenericAmount

public KualiDecimal getGenericAmount()
Gets the genericAmount attribute.

Returns:
Returns the genericAmount.

setGenericAmount

public void setGenericAmount(KualiDecimal genericAmount)
Sets the genericAmount attribute value.

Parameters:
genericAmount - The genericAmount to set.

getGenericBigText

public String getGenericBigText()
Gets the genericBigText attribute.

Returns:
Returns the genericBigText.

setGenericBigText

public void setGenericBigText(String genericBigText)
Sets the genericBigText attribute value.

Parameters:
genericBigText - The genericBigText to set.

getEmailAddress

public String getEmailAddress()
Gets the emailAddress attribute.

Returns:
Returns the emailAddress.

setEmailAddress

public void setEmailAddress(String emailAddress)
Sets the emailAddress attribute value.

Parameters:
emailAddress - The emailAddress to set.

isNewCollectionRecord

public boolean isNewCollectionRecord()
Gets the newCollectionRecord attribute.

Specified by:
isNewCollectionRecord in interface PersistableBusinessObject
Overrides:
isNewCollectionRecord in class PersistableBusinessObjectBase
Returns:
Returns the newCollectionRecord.

setNewCollectionRecord

public void setNewCollectionRecord(boolean newCollectionRecord)
Sets the newCollectionRecord attribute value.

Specified by:
setNewCollectionRecord in interface PersistableBusinessObject
Overrides:
setNewCollectionRecord in class PersistableBusinessObjectBase
Parameters:
newCollectionRecord - The newCollectionRecord to set.

getWorkflowDocumentStatus

public String getWorkflowDocumentStatus()
Returns:
the workflowDocumentStatus

setWorkflowDocumentStatus

public void setWorkflowDocumentStatus(String workflowDocumentStatus)
Parameters:
workflowDocumentStatus - the workflowDocumentStatus to set

getActiveFromDate

public Date getActiveFromDate()

setActiveFromDate

public void setActiveFromDate(Date activeFromDate)

getActiveToDate

public Date getActiveToDate()

setActiveToDate

public void setActiveToDate(Date activeToDate)

getActiveAsOfDate

public Date getActiveAsOfDate()

setActiveAsOfDate

public void setActiveAsOfDate(Date activeAsOfDate)

isCurrent

public boolean isCurrent()

setCurrent

public void setCurrent(boolean current)

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.