org.kuali.rice.krad.bo
Class AttributeReferenceDummy

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.bo.AttributeReferenceDummy
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class AttributeReferenceDummy
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

Attribute Reference Dummy Business Object

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.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.
 org.kuali.rice.core.util.type.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.
 org.kuali.rice.core.util.type.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(org.kuali.rice.core.util.type.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(org.kuali.rice.core.util.type.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
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
 

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 org.kuali.rice.core.util.type.KualiPercent getPercent()
Gets the percent attribute.

Returns:
Returns the percent.

setPercent

public void setPercent(org.kuali.rice.core.util.type.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 org.kuali.rice.core.util.type.KualiDecimal getGenericAmount()
Gets the genericAmount attribute.

Returns:
Returns the genericAmount.

setGenericAmount

public void setGenericAmount(org.kuali.rice.core.util.type.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 org.kuali.rice.krad.bo.PersistableBusinessObject
Overrides:
isNewCollectionRecord in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Returns:
Returns the newCollectionRecord.

setNewCollectionRecord

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

Specified by:
setNewCollectionRecord in interface org.kuali.rice.krad.bo.PersistableBusinessObject
Overrides:
setNewCollectionRecord in class org.kuali.rice.krad.bo.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.