Class AttributeReference
java.lang.Object
org.kuali.rice.krad.datadictionary.AttributeReference
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Gets the emailAddress attribute.final StringDeprecated.Deprecated.Gets the genericAmount attribute.Deprecated.Gets the genericBigText attribute.Deprecated.Gets the genericDate attribute.Deprecated.Gets the genericSystemId attribute.Deprecated.Deprecated.Gets the infoTextArea attribute.Deprecated.Deprecated.Gets the oneDigitTextCode attribute.Deprecated.Gets the percent attribute.Deprecated.Gets the twoDigitTextCode attribute.Deprecated.booleanDeprecated.Gets the activeIndicator attribute.booleanDeprecated.booleanDeprecated.Gets the genericBoolean attribute.booleanDeprecated.Gets the newCollectionRecord attribute.voidsetActiveAsOfDate(Date activeAsOfDate) Deprecated.voidsetActiveFromDate(Date activeFromDate) Deprecated.voidsetActiveIndicator(boolean activeIndicator) Deprecated.Sets the activeIndicator attribute value.voidsetActiveToDate(Date activeToDate) Deprecated.voidsetCreateDate(Date createDate) Deprecated.voidsetCurrent(boolean current) Deprecated.voidsetEmailAddress(String emailAddress) Deprecated.Sets the emailAddress attribute value.final voidsetExtendedTextArea(String extendedTextArea) Deprecated.voidsetGenericAmount(KualiDecimal genericAmount) Deprecated.Sets the genericAmount attribute value.voidsetGenericBigText(String genericBigText) Deprecated.Sets the genericBigText attribute value.voidsetGenericBoolean(boolean genericBoolean) Deprecated.Sets the genericBoolean attribute value.voidsetGenericDate(Date genericDate) Deprecated.Sets the genericDate attribute value.voidsetGenericSystemId(String genericSystemId) Deprecated.Sets the genericSystemId attribute value.voidsetGenericTimestamp(Timestamp genericTimestamp) Deprecated.voidsetInfoTextArea(String infoTextArea) Deprecated.Sets the infoTextArea attribute value.voidsetInitiatorNetworkId(String initiatorNetworkId) Deprecated.voidsetNewCollectionRecord(boolean newCollectionRecord) Deprecated.Sets the newCollectionRecord attribute value.voidsetOneDigitTextCode(String oneDigitTextCode) Deprecated.Sets the oneDigitTextCode attribute value.voidsetPercent(KualiPercent percent) Deprecated.Sets the percent attribute value.voidsetTwoDigitTextCode(String twoDigitTextCode) Deprecated.Sets the twoDigitTextCode attribute value.voidsetWorkflowDocumentStatus(String workflowDocumentStatus) Deprecated.
-
Constructor Details
-
AttributeReference
public AttributeReference()Deprecated.
-
-
Method Details
-
getCreateDate
Deprecated.- Returns:
- the createDate
-
setCreateDate
Deprecated.- Parameters:
createDate- the createDate to set
-
getInitiatorNetworkId
Deprecated.- Returns:
- the initiatorNetworkId
-
setInitiatorNetworkId
Deprecated.- Parameters:
initiatorNetworkId- the initiatorNetworkId to set
-
getPercent
Deprecated.Gets the percent attribute.- Returns:
- Returns the percent.
-
setPercent
Deprecated.Sets the percent attribute value.- Parameters:
percent- The percent to set.
-
getGenericSystemId
Deprecated.Gets the genericSystemId attribute.- Returns:
- Returns the genericSystemId.
-
setGenericSystemId
Deprecated.Sets the genericSystemId attribute value.- Parameters:
genericSystemId- The genericSystemId to set.
-
getOneDigitTextCode
Deprecated.Gets the oneDigitTextCode attribute.- Returns:
- Returns the oneDigitTextCode.
-
getGenericTimestamp
Deprecated. -
setGenericTimestamp
Deprecated. -
setOneDigitTextCode
Deprecated.Sets the oneDigitTextCode attribute value.- Parameters:
oneDigitTextCode- The oneDigitTextCode to set.
-
getTwoDigitTextCode
Deprecated.Gets the twoDigitTextCode attribute.- Returns:
- Returns the twoDigitTextCode.
-
setTwoDigitTextCode
Deprecated.Sets the twoDigitTextCode attribute value.- Parameters:
twoDigitTextCode- The twoDigitTextCode to set.
-
getGenericDate
Deprecated.Gets the genericDate attribute.- Returns:
- Returns the genericDate.
-
setGenericDate
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
Deprecated.Gets the genericAmount attribute.- Returns:
- Returns the genericAmount.
-
setGenericAmount
Deprecated.Sets the genericAmount attribute value.- Parameters:
genericAmount- The genericAmount to set.
-
getGenericBigText
Deprecated.Gets the genericBigText attribute.- Returns:
- Returns the genericBigText.
-
setGenericBigText
Deprecated.Sets the genericBigText attribute value.- Parameters:
genericBigText- The genericBigText to set.
-
getEmailAddress
Deprecated.Gets the emailAddress attribute.- Returns:
- Returns the emailAddress.
-
setEmailAddress
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
Deprecated.- Returns:
- the workflowDocumentStatus
-
setWorkflowDocumentStatus
Deprecated.- Parameters:
workflowDocumentStatus- the workflowDocumentStatus to set
-
getActiveFromDate
Deprecated. -
setActiveFromDate
Deprecated. -
getActiveToDate
Deprecated. -
setActiveToDate
Deprecated. -
getActiveAsOfDate
Deprecated. -
setActiveAsOfDate
Deprecated. -
isCurrent
public boolean isCurrent()Deprecated. -
setCurrent
public void setCurrent(boolean current) Deprecated. -
getInfoTextArea
Deprecated.Gets the infoTextArea attribute.- Returns:
- Returns the infoTextArea.
-
setInfoTextArea
Deprecated.Sets the infoTextArea attribute value.- Parameters:
infoTextArea- The infoTextArea to set.
-
getExtendedTextArea
Deprecated.- Returns:
- the extendedTextArea
-
setExtendedTextArea
Deprecated.- Parameters:
extendedTextArea- the extendedTextArea to set
-