Class AttributeReference

java.lang.Object
org.kuali.rice.krad.datadictionary.AttributeReference

@Deprecated public class AttributeReference extends Object
Deprecated.
Should be removed - with Spring, parent attribute definitions do not need to be bound to a business object.
Object for creating generic attribute definitions in the data dictionary
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • AttributeReference

      public AttributeReference()
      Deprecated.
  • Method Details

    • getCreateDate

      public Date getCreateDate()
      Deprecated.
      Returns:
      the createDate
    • setCreateDate

      public void setCreateDate(Date createDate)
      Deprecated.
      Parameters:
      createDate - the createDate to set
    • getInitiatorNetworkId

      public String getInitiatorNetworkId()
      Deprecated.
      Returns:
      the initiatorNetworkId
    • setInitiatorNetworkId

      public void setInitiatorNetworkId(String initiatorNetworkId)
      Deprecated.
      Parameters:
      initiatorNetworkId - the initiatorNetworkId to set
    • getPercent

      public KualiPercent getPercent()
      Deprecated.
      Gets the percent attribute.
      Returns:
      Returns the percent.
    • setPercent

      public void setPercent(KualiPercent percent)
      Deprecated.
      Sets the percent attribute value.
      Parameters:
      percent - The percent to set.
    • getGenericSystemId

      public String getGenericSystemId()
      Deprecated.
      Gets the genericSystemId attribute.
      Returns:
      Returns the genericSystemId.
    • setGenericSystemId

      public void setGenericSystemId(String genericSystemId)
      Deprecated.
      Sets the genericSystemId attribute value.
      Parameters:
      genericSystemId - The genericSystemId to set.
    • getOneDigitTextCode

      public String getOneDigitTextCode()
      Deprecated.
      Gets the oneDigitTextCode attribute.
      Returns:
      Returns the oneDigitTextCode.
    • getGenericTimestamp

      public Timestamp getGenericTimestamp()
      Deprecated.
    • setGenericTimestamp

      public void setGenericTimestamp(Timestamp genericTimestamp)
      Deprecated.
    • setOneDigitTextCode

      public void setOneDigitTextCode(String oneDigitTextCode)
      Deprecated.
      Sets the oneDigitTextCode attribute value.
      Parameters:
      oneDigitTextCode - The oneDigitTextCode to set.
    • getTwoDigitTextCode

      public String getTwoDigitTextCode()
      Deprecated.
      Gets the twoDigitTextCode attribute.
      Returns:
      Returns the twoDigitTextCode.
    • setTwoDigitTextCode

      public void setTwoDigitTextCode(String twoDigitTextCode)
      Deprecated.
      Sets the twoDigitTextCode attribute value.
      Parameters:
      twoDigitTextCode - The twoDigitTextCode to set.
    • getGenericDate

      public Date getGenericDate()
      Deprecated.
      Gets the genericDate attribute.
      Returns:
      Returns the genericDate.
    • setGenericDate

      public void setGenericDate(Date genericDate)
      Deprecated.
      Sets the genericDate attribute value.
      Parameters:
      genericDate - The genericDate to set.
    • isGenericBoolean

      public boolean isGenericBoolean()
      Deprecated.
      Gets the genericBoolean attribute.
      Returns:
      Returns the genericBoolean.
    • setGenericBoolean

      public void setGenericBoolean(boolean genericBoolean)
      Deprecated.
      Sets the genericBoolean attribute value.
      Parameters:
      genericBoolean - The genericBoolean to set.
    • isActiveIndicator

      public boolean isActiveIndicator()
      Deprecated.
      Gets the activeIndicator attribute.
      Returns:
      Returns the activeIndicator.
    • setActiveIndicator

      public void setActiveIndicator(boolean activeIndicator)
      Deprecated.
      Sets the activeIndicator attribute value.
      Parameters:
      activeIndicator - The activeIndicator to set.
    • getGenericAmount

      public KualiDecimal getGenericAmount()
      Deprecated.
      Gets the genericAmount attribute.
      Returns:
      Returns the genericAmount.
    • setGenericAmount

      public void setGenericAmount(KualiDecimal genericAmount)
      Deprecated.
      Sets the genericAmount attribute value.
      Parameters:
      genericAmount - The genericAmount to set.
    • getGenericBigText

      public String getGenericBigText()
      Deprecated.
      Gets the genericBigText attribute.
      Returns:
      Returns the genericBigText.
    • setGenericBigText

      public void setGenericBigText(String genericBigText)
      Deprecated.
      Sets the genericBigText attribute value.
      Parameters:
      genericBigText - The genericBigText to set.
    • getEmailAddress

      public String getEmailAddress()
      Deprecated.
      Gets the emailAddress attribute.
      Returns:
      Returns the emailAddress.
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
      Deprecated.
      Sets the emailAddress attribute value.
      Parameters:
      emailAddress - The emailAddress to set.
    • isNewCollectionRecord

      public boolean isNewCollectionRecord()
      Deprecated.
      Gets the newCollectionRecord attribute.
      Returns:
      Returns the newCollectionRecord.
    • setNewCollectionRecord

      public void setNewCollectionRecord(boolean newCollectionRecord)
      Deprecated.
      Sets the newCollectionRecord attribute value.
      Parameters:
      newCollectionRecord - The newCollectionRecord to set.
    • getWorkflowDocumentStatus

      public String getWorkflowDocumentStatus()
      Deprecated.
      Returns:
      the workflowDocumentStatus
    • setWorkflowDocumentStatus

      public void setWorkflowDocumentStatus(String workflowDocumentStatus)
      Deprecated.
      Parameters:
      workflowDocumentStatus - the workflowDocumentStatus to set
    • getActiveFromDate

      public Date getActiveFromDate()
      Deprecated.
    • setActiveFromDate

      public void setActiveFromDate(Date activeFromDate)
      Deprecated.
    • getActiveToDate

      public Date getActiveToDate()
      Deprecated.
    • setActiveToDate

      public void setActiveToDate(Date activeToDate)
      Deprecated.
    • getActiveAsOfDate

      public Date getActiveAsOfDate()
      Deprecated.
    • setActiveAsOfDate

      public void setActiveAsOfDate(Date activeAsOfDate)
      Deprecated.
    • isCurrent

      public boolean isCurrent()
      Deprecated.
    • setCurrent

      public void setCurrent(boolean current)
      Deprecated.
    • getInfoTextArea

      public String getInfoTextArea()
      Deprecated.
      Gets the infoTextArea attribute.
      Returns:
      Returns the infoTextArea.
    • setInfoTextArea

      public void setInfoTextArea(String infoTextArea)
      Deprecated.
      Sets the infoTextArea attribute value.
      Parameters:
      infoTextArea - The infoTextArea to set.
    • getExtendedTextArea

      public final String getExtendedTextArea()
      Deprecated.
      Returns:
      the extendedTextArea
    • setExtendedTextArea

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