|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.bo.BusinessObjectBase org.kuali.rice.kns.bo.PersistableBusinessObjectBase org.kuali.rice.kns.bo.AttributeReferenceDummy
public class AttributeReferenceDummy
Attribute Reference Dummy Business Object
Field Summary | |
---|---|
private Date |
activeAsOfDate
|
private Date |
activeFromDate
|
private boolean |
activeIndicator
|
private Date |
activeToDate
|
private Date |
createDate
|
private boolean |
current
|
private String |
emailAddress
|
private KualiDecimal |
genericAmount
|
private String |
genericBigText
|
private boolean |
genericBoolean
|
private Date |
genericDate
|
private String |
genericSystemId
|
private Timestamp |
genericTimestamp
|
private String |
initiatorNetworkId
|
private boolean |
newCollectionRecord
|
private String |
oneDigitTextCode
|
private KualiPercent |
percent
|
private static long |
serialVersionUID
|
private String |
twoDigitTextCode
|
private String |
workflowDocumentStatus
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AttributeReferenceDummy()
Constructs a AttributeReferenceDummy.java. |
Method Summary | |
---|---|
Date |
getActiveAsOfDate()
|
Date |
getActiveFromDate()
|
Date |
getActiveToDate()
|
Date |
getCreateDate()
|
String |
getEmailAddress()
Gets the emailAddress attribute. |
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 |
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 |
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 |
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.kns.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.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
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 |
Field Detail |
---|
private static final long serialVersionUID
private String oneDigitTextCode
private String twoDigitTextCode
private String genericSystemId
private Date genericDate
private Timestamp genericTimestamp
private boolean genericBoolean
private boolean activeIndicator
private KualiDecimal genericAmount
private String genericBigText
private String emailAddress
private KualiPercent percent
private boolean newCollectionRecord
private String workflowDocumentStatus
private Date createDate
private String initiatorNetworkId
private Date activeFromDate
private Date activeToDate
private Date activeAsOfDate
private boolean current
Constructor Detail |
---|
public AttributeReferenceDummy()
Method Detail |
---|
public Date getCreateDate()
public void setCreateDate(Date createDate)
createDate
- the createDate to setpublic String getInitiatorNetworkId()
public void setInitiatorNetworkId(String initiatorNetworkId)
initiatorNetworkId
- the initiatorNetworkId to setpublic KualiPercent getPercent()
public void setPercent(KualiPercent percent)
percent
- The percent to set.public String getGenericSystemId()
public void setGenericSystemId(String genericSystemId)
genericSystemId
- The genericSystemId to set.public String getOneDigitTextCode()
public Timestamp getGenericTimestamp()
public void setGenericTimestamp(Timestamp genericTimestamp)
public void setOneDigitTextCode(String oneDigitTextCode)
oneDigitTextCode
- The oneDigitTextCode to set.public String getTwoDigitTextCode()
public void setTwoDigitTextCode(String twoDigitTextCode)
twoDigitTextCode
- The twoDigitTextCode to set.public Date getGenericDate()
public void setGenericDate(Date genericDate)
genericDate
- The genericDate to set.public boolean isGenericBoolean()
public void setGenericBoolean(boolean genericBoolean)
genericBoolean
- The genericBoolean to set.public boolean isActiveIndicator()
public void setActiveIndicator(boolean activeIndicator)
activeIndicator
- The activeIndicator to set.public KualiDecimal getGenericAmount()
public void setGenericAmount(KualiDecimal genericAmount)
genericAmount
- The genericAmount to set.public String getGenericBigText()
public void setGenericBigText(String genericBigText)
genericBigText
- The genericBigText to set.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- The emailAddress to set.public boolean isNewCollectionRecord()
isNewCollectionRecord
in interface PersistableBusinessObject
isNewCollectionRecord
in class PersistableBusinessObjectBase
public void setNewCollectionRecord(boolean newCollectionRecord)
setNewCollectionRecord
in interface PersistableBusinessObject
setNewCollectionRecord
in class PersistableBusinessObjectBase
newCollectionRecord
- The newCollectionRecord to set.public String getWorkflowDocumentStatus()
public void setWorkflowDocumentStatus(String workflowDocumentStatus)
workflowDocumentStatus
- the workflowDocumentStatus to setpublic Date getActiveFromDate()
public void setActiveFromDate(Date activeFromDate)
public Date getActiveToDate()
public void setActiveToDate(Date activeToDate)
public Date getActiveAsOfDate()
public void setActiveAsOfDate(Date activeAsOfDate)
public boolean isCurrent()
public void setCurrent(boolean current)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |