org.kuali.kfs.sys.businessobject
Class OriginationCode

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.OriginationCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class OriginationCode
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OriginationCode()
          Default no-arg constructor.
 
Method Summary
 Long getAcctRcvbNextCustomerNumber()
          Gets the acctRcvbNextCustomerNumber attribute.
 Long getFinancialDocumentNextItemIdentifier()
          Gets the financialDocumentNextItemIdentifier attribute.
 String getFinancialSystemDatabaseDesc()
          Gets the financialSystemDatabaseDesc attribute.
 String getFinancialSystemDatabaseName()
          Gets the financialSystemDatabaseName attribute.
 String getFinancialSystemOriginationCode()
          Gets the financialSystemOriginationCode attribute.
 String getFinancialSystemServerName()
          Gets the financialSystemServerName attribute.
 Long getNextCapitalAssetNumber()
          Gets the nextCapitalAssetNumber attribute.
 Long getNextCgProposalNumber()
          Gets the nextCgProposalNumber attribute.
 String getNextContractsAndGrantsAgencyNumber()
          Gets the nextContractsAndGrantsAgencyNumber attribute.
 String getNextContractsAndGrantsSubcontractorNumber()
          Gets the nextContractsAndGrantsSubcontractorNumber attribute.
 Long getNextDisbVchrPayeeIdNbr()
          Gets the nextDisbVchrPayeeIdNbr attribute.
 Long getNextFdocAttachmentIdentifier()
          Gets the nextFdocAttachmentIdentifier attribute.
 Long getNextNonCapitalAssetNumber()
          Gets the nextNonCapitalAssetNumber attribute.
 boolean isActive()
          Gets the active attribute.
 void setAcctRcvbNextCustomerNumber(Long acctRcvbNextCustomerNumber)
          Sets the acctRcvbNextCustomerNumber attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setFinancialDocumentNextItemIdentifier(Long financialDocumentNextItemIdentifier)
          Sets the financialDocumentNextItemIdentifier attribute.
 void setFinancialSystemDatabaseDesc(String financialSystemDatabaseDesc)
          Sets the financialSystemDatabaseDesc attribute.
 void setFinancialSystemDatabaseName(String financialSystemDatabaseName)
          Sets the financialSystemDatabaseName attribute.
 void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
          Sets the financialSystemOriginationCode attribute.
 void setFinancialSystemServerName(String financialSystemServerName)
          Sets the financialSystemServerName attribute.
 void setNextCapitalAssetNumber(Long nextCapitalAssetNumber)
          Sets the nextCapitalAssetNumber attribute.
 void setNextCgProposalNumber(Long nextCgProposalNumber)
          Sets the nextCgProposalNumber attribute.
 void setNextContractsAndGrantsAgencyNumber(String nextContractsAndGrantsAgencyNumber)
          Sets the nextContractsAndGrantsAgencyNumber attribute.
 void setNextContractsAndGrantsSubcontractorNumber(String nextContractsAndGrantsSubcontractorNumber)
          Sets the nextContractsAndGrantsSubcontractorNumber attribute.
 void setNextDisbVchrPayeeIdNbr(Long nextDisbVchrPayeeIdNbr)
          Sets the nextDisbVchrPayeeIdNbr attribute.
 void setNextFdocAttachmentIdentifier(Long nextFdocAttachmentIdentifier)
          Sets the nextFdocAttachmentIdentifier attribute.
 void setNextNonCapitalAssetNumber(Long nextNonCapitalAssetNumber)
          Sets the nextNonCapitalAssetNumber attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

OriginationCode

public OriginationCode()
Default no-arg constructor.

Method Detail

getFinancialSystemOriginationCode

public String getFinancialSystemOriginationCode()
Gets the financialSystemOriginationCode attribute.

Returns:
Returns the financialSystemOriginationCode

setFinancialSystemOriginationCode

public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
Sets the financialSystemOriginationCode attribute.

Parameters:
financialSystemOriginationCode - The financialSystemOriginationCode to set.

getFinancialSystemServerName

public String getFinancialSystemServerName()
Gets the financialSystemServerName attribute.

Returns:
Returns the financialSystemServerName

setFinancialSystemServerName

public void setFinancialSystemServerName(String financialSystemServerName)
Sets the financialSystemServerName attribute.

Parameters:
financialSystemServerName - The financialSystemServerName to set.

getFinancialSystemDatabaseName

public String getFinancialSystemDatabaseName()
Gets the financialSystemDatabaseName attribute.

Returns:
Returns the financialSystemDatabaseName

setFinancialSystemDatabaseName

public void setFinancialSystemDatabaseName(String financialSystemDatabaseName)
Sets the financialSystemDatabaseName attribute.

Parameters:
financialSystemDatabaseName - The financialSystemDatabaseName to set.

getFinancialSystemDatabaseDesc

public String getFinancialSystemDatabaseDesc()
Gets the financialSystemDatabaseDesc attribute.

Returns:
Returns the financialSystemDatabaseDesc

setFinancialSystemDatabaseDesc

public void setFinancialSystemDatabaseDesc(String financialSystemDatabaseDesc)
Sets the financialSystemDatabaseDesc attribute.

Parameters:
financialSystemDatabaseDesc - The financialSystemDatabaseDesc to set.

getNextCapitalAssetNumber

public Long getNextCapitalAssetNumber()
Gets the nextCapitalAssetNumber attribute.

Returns:
Returns the nextCapitalAssetNumber

setNextCapitalAssetNumber

public void setNextCapitalAssetNumber(Long nextCapitalAssetNumber)
Sets the nextCapitalAssetNumber attribute.

Parameters:
nextCapitalAssetNumber - The nextCapitalAssetNumber to set.

getNextNonCapitalAssetNumber

public Long getNextNonCapitalAssetNumber()
Gets the nextNonCapitalAssetNumber attribute.

Returns:
Returns the nextNonCapitalAssetNumber

setNextNonCapitalAssetNumber

public void setNextNonCapitalAssetNumber(Long nextNonCapitalAssetNumber)
Sets the nextNonCapitalAssetNumber attribute.

Parameters:
nextNonCapitalAssetNumber - The nextNonCapitalAssetNumber to set.

getNextCgProposalNumber

public Long getNextCgProposalNumber()
Gets the nextCgProposalNumber attribute.

Returns:
Returns the nextCgProposalNumber

setNextCgProposalNumber

public void setNextCgProposalNumber(Long nextCgProposalNumber)
Sets the nextCgProposalNumber attribute.

Parameters:
nextCgProposalNumber - The nextCgProposalNumber to set.

getNextContractsAndGrantsAgencyNumber

public String getNextContractsAndGrantsAgencyNumber()
Gets the nextContractsAndGrantsAgencyNumber attribute.

Returns:
Returns the nextContractsAndGrantsAgencyNumber

setNextContractsAndGrantsAgencyNumber

public void setNextContractsAndGrantsAgencyNumber(String nextContractsAndGrantsAgencyNumber)
Sets the nextContractsAndGrantsAgencyNumber attribute.

Parameters:
nextContractsAndGrantsAgencyNumber - The nextContractsAndGrantsAgencyNumber to set.

getNextContractsAndGrantsSubcontractorNumber

public String getNextContractsAndGrantsSubcontractorNumber()
Gets the nextContractsAndGrantsSubcontractorNumber attribute.

Returns:
Returns the nextContractsAndGrantsSubcontractorNumber

setNextContractsAndGrantsSubcontractorNumber

public void setNextContractsAndGrantsSubcontractorNumber(String nextContractsAndGrantsSubcontractorNumber)
Sets the nextContractsAndGrantsSubcontractorNumber attribute.

Parameters:
nextContractsAndGrantsSubcontractorNumber - The nextContractsAndGrantsSubcontractorNumber to set.

getNextDisbVchrPayeeIdNbr

public Long getNextDisbVchrPayeeIdNbr()
Gets the nextDisbVchrPayeeIdNbr attribute.

Returns:
Returns the nextDisbVchrPayeeIdNbr

setNextDisbVchrPayeeIdNbr

public void setNextDisbVchrPayeeIdNbr(Long nextDisbVchrPayeeIdNbr)
Sets the nextDisbVchrPayeeIdNbr attribute.

Parameters:
nextDisbVchrPayeeIdNbr - The nextDisbVchrPayeeIdNbr to set.

getNextFdocAttachmentIdentifier

public Long getNextFdocAttachmentIdentifier()
Gets the nextFdocAttachmentIdentifier attribute.

Returns:
Returns the nextFdocAttachmentIdentifier

setNextFdocAttachmentIdentifier

public void setNextFdocAttachmentIdentifier(Long nextFdocAttachmentIdentifier)
Sets the nextFdocAttachmentIdentifier attribute.

Parameters:
nextFdocAttachmentIdentifier - The nextFdocAttachmentIdentifier to set.

getAcctRcvbNextCustomerNumber

public Long getAcctRcvbNextCustomerNumber()
Gets the acctRcvbNextCustomerNumber attribute.

Returns:
Returns the acctRcvbNextCustomerNumber

setAcctRcvbNextCustomerNumber

public void setAcctRcvbNextCustomerNumber(Long acctRcvbNextCustomerNumber)
Sets the acctRcvbNextCustomerNumber attribute.

Parameters:
acctRcvbNextCustomerNumber - The acctRcvbNextCustomerNumber to set.

getFinancialDocumentNextItemIdentifier

public Long getFinancialDocumentNextItemIdentifier()
Gets the financialDocumentNextItemIdentifier attribute.

Returns:
Returns the financialDocumentNextItemIdentifier

setFinancialDocumentNextItemIdentifier

public void setFinancialDocumentNextItemIdentifier(Long financialDocumentNextItemIdentifier)
Sets the financialDocumentNextItemIdentifier attribute.

Parameters:
financialDocumentNextItemIdentifier - The financialDocumentNextItemIdentifier to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.