org.kuali.rice.kns.bo
Class AttributeReferenceDummy

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.AttributeReferenceDummy
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
Direct Known Subclasses:
GenericAttributes

public class AttributeReferenceDummy
extends PersistableBusinessObjectBase

Attribute Reference Dummy Business Object

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

oneDigitTextCode

private String oneDigitTextCode

twoDigitTextCode

private String twoDigitTextCode

genericSystemId

private String genericSystemId

genericDate

private Date genericDate

genericTimestamp

private Timestamp genericTimestamp

genericBoolean

private boolean genericBoolean

activeIndicator

private boolean activeIndicator

genericAmount

private KualiDecimal genericAmount

genericBigText

private String genericBigText

emailAddress

private String emailAddress

percent

private KualiPercent percent

newCollectionRecord

private boolean newCollectionRecord

workflowDocumentStatus

private String workflowDocumentStatus

createDate

private Date createDate

initiatorNetworkId

private String initiatorNetworkId

activeFromDate

private Date activeFromDate

activeToDate

private Date activeToDate

activeAsOfDate

private Date activeAsOfDate

current

private boolean current
Constructor Detail

AttributeReferenceDummy

public AttributeReferenceDummy()
Constructs a AttributeReferenceDummy.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)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.