public class OriginationCode extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
OriginationCode()
Default no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public OriginationCode()
public String getFinancialSystemOriginationCode()
public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
financialSystemOriginationCode
- The financialSystemOriginationCode to set.public String getFinancialSystemServerName()
public void setFinancialSystemServerName(String financialSystemServerName)
financialSystemServerName
- The financialSystemServerName to set.public String getFinancialSystemDatabaseName()
public void setFinancialSystemDatabaseName(String financialSystemDatabaseName)
financialSystemDatabaseName
- The financialSystemDatabaseName to set.public String getFinancialSystemDatabaseDesc()
public void setFinancialSystemDatabaseDesc(String financialSystemDatabaseDesc)
financialSystemDatabaseDesc
- The financialSystemDatabaseDesc to set.public Long getNextCapitalAssetNumber()
public void setNextCapitalAssetNumber(Long nextCapitalAssetNumber)
nextCapitalAssetNumber
- The nextCapitalAssetNumber to set.public Long getNextNonCapitalAssetNumber()
public void setNextNonCapitalAssetNumber(Long nextNonCapitalAssetNumber)
nextNonCapitalAssetNumber
- The nextNonCapitalAssetNumber to set.public Long getNextCgProposalNumber()
public void setNextCgProposalNumber(Long nextCgProposalNumber)
nextCgProposalNumber
- The nextCgProposalNumber to set.public String getNextContractsAndGrantsAgencyNumber()
public void setNextContractsAndGrantsAgencyNumber(String nextContractsAndGrantsAgencyNumber)
nextContractsAndGrantsAgencyNumber
- The nextContractsAndGrantsAgencyNumber to set.public String getNextContractsAndGrantsSubcontractorNumber()
public void setNextContractsAndGrantsSubcontractorNumber(String nextContractsAndGrantsSubcontractorNumber)
nextContractsAndGrantsSubcontractorNumber
- The nextContractsAndGrantsSubcontractorNumber to set.public Long getNextDisbVchrPayeeIdNbr()
public void setNextDisbVchrPayeeIdNbr(Long nextDisbVchrPayeeIdNbr)
nextDisbVchrPayeeIdNbr
- The nextDisbVchrPayeeIdNbr to set.public Long getNextFdocAttachmentIdentifier()
public void setNextFdocAttachmentIdentifier(Long nextFdocAttachmentIdentifier)
nextFdocAttachmentIdentifier
- The nextFdocAttachmentIdentifier to set.public Long getAcctRcvbNextCustomerNumber()
public void setAcctRcvbNextCustomerNumber(Long acctRcvbNextCustomerNumber)
acctRcvbNextCustomerNumber
- The acctRcvbNextCustomerNumber to set.public Long getFinancialDocumentNextItemIdentifier()
public void setFinancialDocumentNextItemIdentifier(Long financialDocumentNextItemIdentifier)
financialDocumentNextItemIdentifier
- The financialDocumentNextItemIdentifier to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- The active to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.