edu.sampleu.financial.bo
Class GenericAttributes

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
              extended by edu.sampleu.financial.bo.GenericAttributes
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 GenericAttributes
extends org.kuali.rice.krad.bo.AttributeReferenceDummy

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
GenericAttributes()
           
 
Method Summary
 String getDisplayType()
           
 String getDocumentTotalAmount()
           
 String getFinancialDocumentStatusName()
           
 String getFinancialSystemDocumentTypeCode()
          Gets the financialSystemDocumentTypeCode attribute.
 Integer getGenericFiscalYear()
           
 Integer getItemSequenceId()
           
 String getMaxDollarAmount()
           
 String getMinDollarAmount()
           
 String getNamespaceCode()
           
 String getReferenceTypeCode()
          Gets the referenceDocumentTypeCode attribute.
 String getRoutingAttributeTitle()
           
 String getSearchType()
           
 Integer getSequenceNumber()
           
 String getTotalDollarAmount()
           
 Integer getTransactionEntrySequenceId()
           
 Integer getTransactionLedgerEntrySequenceNumber()
           
 String getUniversityFiscalAccountingPeriod()
           
 void setDisplayType(String displayType)
           
 void setDocumentTotalAmount(String documentTotalAmount)
           
 void setFinancialDocumentStatusName(String financialDocumentStatusName)
           
 void setFinancialSystemDocumentTypeCode(String financialSystemDocumentTypeCode)
          Sets the financialSystemDocumentTypeCode attribute value.
 void setGenericFiscalYear(Integer genericFiscalYear)
           
 void setItemSequenceId(Integer itemSequenceId)
           
 void setMaxDollarAmount(String maxDollarAmount)
           
 void setMinDollarAmount(String minDollarAmount)
           
 void setNamespaceCode(String changedNamespaceCodes)
           
 void setReferenceTypeCode(String referenceDocumentTypeCode)
          Sets the referenceDocumentTypeCode attribute value.
 void setRoutingAttributeTitle(String routingAttributeTitle)
           
 void setSearchType(String searchType)
           
 void setSequenceNumber(Integer sequenceNumber)
           
 void setTotalDollarAmount(String totalDollarAmount)
           
 void setTransactionEntrySequenceId(Integer transactionEntrySequenceId)
           
 void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
           
 void setUniversityFiscalAccountingPeriod(String universityFiscalAccountingPeriod)
           
 
Methods inherited from class org.kuali.rice.krad.bo.AttributeReferenceDummy
getActiveAsOfDate, getActiveFromDate, getActiveToDate, getCreateDate, getEmailAddress, getGenericAmount, getGenericBigText, getGenericDate, getGenericSystemId, getGenericTimestamp, getInitiatorNetworkId, getOneDigitTextCode, getPercent, getTwoDigitTextCode, getWorkflowDocumentStatus, isActiveIndicator, isCurrent, isGenericBoolean, isNewCollectionRecord, setActiveAsOfDate, setActiveFromDate, setActiveIndicator, setActiveToDate, setCreateDate, setCurrent, setEmailAddress, setGenericAmount, setGenericBigText, setGenericBoolean, setGenericDate, setGenericSystemId, setGenericTimestamp, setInitiatorNetworkId, setNewCollectionRecord, setOneDigitTextCode, setPercent, setTwoDigitTextCode, setWorkflowDocumentStatus
 
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

GenericAttributes

public GenericAttributes()
Method Detail

getFinancialDocumentStatusName

public String getFinancialDocumentStatusName()

setFinancialDocumentStatusName

public void setFinancialDocumentStatusName(String financialDocumentStatusName)

getDocumentTotalAmount

public String getDocumentTotalAmount()

setDocumentTotalAmount

public void setDocumentTotalAmount(String documentTotalAmount)

getSearchType

public String getSearchType()

setSearchType

public void setSearchType(String searchType)

getNamespaceCode

public String getNamespaceCode()

setNamespaceCode

public void setNamespaceCode(String changedNamespaceCodes)

getDisplayType

public String getDisplayType()

setDisplayType

public void setDisplayType(String displayType)

getRoutingAttributeTitle

public String getRoutingAttributeTitle()

setRoutingAttributeTitle

public void setRoutingAttributeTitle(String routingAttributeTitle)

getTransactionEntrySequenceId

public Integer getTransactionEntrySequenceId()

setTransactionEntrySequenceId

public void setTransactionEntrySequenceId(Integer transactionEntrySequenceId)

getSequenceNumber

public Integer getSequenceNumber()

setSequenceNumber

public void setSequenceNumber(Integer sequenceNumber)

getItemSequenceId

public Integer getItemSequenceId()

setItemSequenceId

public void setItemSequenceId(Integer itemSequenceId)

getTransactionLedgerEntrySequenceNumber

public Integer getTransactionLedgerEntrySequenceNumber()

setTransactionLedgerEntrySequenceNumber

public void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)

getUniversityFiscalAccountingPeriod

public String getUniversityFiscalAccountingPeriod()

setUniversityFiscalAccountingPeriod

public void setUniversityFiscalAccountingPeriod(String universityFiscalAccountingPeriod)

getGenericFiscalYear

public Integer getGenericFiscalYear()

setGenericFiscalYear

public void setGenericFiscalYear(Integer genericFiscalYear)

getMaxDollarAmount

public String getMaxDollarAmount()

setMaxDollarAmount

public void setMaxDollarAmount(String maxDollarAmount)

getMinDollarAmount

public String getMinDollarAmount()

setMinDollarAmount

public void setMinDollarAmount(String minDollarAmount)

getTotalDollarAmount

public String getTotalDollarAmount()

setTotalDollarAmount

public void setTotalDollarAmount(String totalDollarAmount)

getFinancialSystemDocumentTypeCode

public String getFinancialSystemDocumentTypeCode()
Gets the financialSystemDocumentTypeCode attribute.

Returns:
Returns the financialSystemDocumentTypeCode.

setFinancialSystemDocumentTypeCode

public void setFinancialSystemDocumentTypeCode(String financialSystemDocumentTypeCode)
Sets the financialSystemDocumentTypeCode attribute value.

Parameters:
financialSystemDocumentTypeCode - The financialSystemDocumentTypeCode to set.

getReferenceTypeCode

public String getReferenceTypeCode()
Gets the referenceDocumentTypeCode attribute.

Returns:
Returns the referenceDocumentTypeCode.

setReferenceTypeCode

public void setReferenceTypeCode(String referenceDocumentTypeCode)
Sets the referenceDocumentTypeCode attribute value.

Parameters:
referenceDocumentTypeCode - The referenceDocumentTypeCode to set.


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