|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.document.DocumentBase
org.kuali.rice.kns.document.TransactionalDocumentBase
org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase
org.kuali.kfs.sys.document.LedgerPostingDocumentBase
org.kuali.kfs.sys.document.GeneralLedgerPostingDocumentBase
org.kuali.kfs.module.cam.document.AssetTransferDocument
public class AssetTransferDocument
Fields inherited from class org.kuali.kfs.sys.document.GeneralLedgerPostingDocumentBase |
---|
generalLedgerPendingEntries |
Fields inherited from class org.kuali.kfs.sys.document.LedgerPostingDocumentBase |
---|
accountingPeriod, accountingPeriodService, checkPostingYearForCopy, dataDictionaryService, dateTimeService, postingPeriodCode, postingYear |
Fields inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
documentHeader |
Fields inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
documentBusinessObject, documentNumber |
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AssetTransferDocument()
|
Method Summary | |
---|---|
void |
clearGlPostables()
|
void |
customizeExplicitGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail postable,
GeneralLedgerPendingEntry explicitEntry)
|
boolean |
customizeOffsetGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail accountingLine,
GeneralLedgerPendingEntry explicitEntry,
GeneralLedgerPendingEntry offsetEntry)
|
void |
doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
Override to call super and then iterate over all GLPEs and update the approved code appropriately. |
boolean |
generateDocumentGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
Creates any GeneralLedgerPostingEntry's that are based on a document, not those based on GeneralLedgerPendingEntrySourceDetail entries |
boolean |
generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail postable,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
Generates any number of general ledger pending entries from a given general ledger pending entry source detail and adds them to this general ledger pending entry source |
Asset |
getAsset()
|
org.kuali.rice.kim.bo.Person |
getAssetRepresentative()
Gets the assetRepresentative attribute. |
Building |
getBuilding()
Gets the building attribute. |
String |
getBuildingCode()
Gets the buildingCode attribute. |
Room |
getBuildingRoom()
Gets the buildingRoom attribute. |
String |
getBuildingRoomNumber()
Gets the buildingRoomNumber attribute. |
String |
getBuildingSubRoomNumber()
Gets the buildingSubRoomNumber attribute. |
org.kuali.rice.kns.bo.Campus |
getCampus()
Gets the campus attribute. |
String |
getCampusCode()
Gets the campusCode attribute. |
protected CapitalAssetManagementModuleService |
getCapitalAssetManagementModuleService()
|
Long |
getCapitalAssetNumber()
Gets the capitalAssetNumber attribute. |
String |
getDocumentNumber()
Gets the documentNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getGeneralLedgerPendingEntryAmountForDetail(GeneralLedgerPendingEntrySourceDetail postable)
A method to determine what the actual amount, based off of a GeneralLedgerPendingEntrySourceDetail, should be for the resultant GeneralLedgerPendingEntry |
List<GeneralLedgerPendingEntrySourceDetail> |
getGeneralLedgerPendingEntrySourceDetails()
Returns a list of any GeneralLedgerPostables this helper has, to create GeneralLedgerPendingEntries |
List<GeneralLedgerPendingEntrySourceDetail> |
getGeneralLedgerPostables()
|
String |
getHiddenFieldForError()
|
String |
getOffCampusAddress()
Gets the offCampusAddress attribute. |
String |
getOffCampusCityName()
Gets the offCampusCityName attribute. |
org.kuali.rice.kns.bo.Country |
getOffCampusCountry()
Gets the offCampusCountry attribute. |
String |
getOffCampusCountryCode()
|
String |
getOffCampusName()
|
org.kuali.rice.kns.bo.State |
getOffCampusState()
Gets the offCampusState attribute. |
String |
getOffCampusStateCode()
Gets the offCampusStateCode attribute. |
String |
getOffCampusZipCode()
Gets the offCampusZipCode attribute. |
Account |
getOldOrganizationOwnerAccount()
Gets the oldOrganizationOwnerAccount attribute. |
String |
getOldOrganizationOwnerAccountNumber()
|
String |
getOldOrganizationOwnerChartOfAccountsCode()
|
String |
getOrganizationInventoryName()
Gets the organizationInventoryName attribute. |
Account |
getOrganizationOwnerAccount()
Gets the organizationOwnerAccount attribute. |
String |
getOrganizationOwnerAccountNumber()
Gets the organizationOwnerAccountNumber attribute. |
Chart |
getOrganizationOwnerChartOfAccounts()
Gets the organizationOwnerChartOfAccounts attribute. |
String |
getOrganizationOwnerChartOfAccountsCode()
Gets the organizationOwnerChartOfAccountsCode attribute. |
String |
getOrganizationTagNumber()
Gets the organizationTagNumber attribute. |
String |
getOrganizationText()
Gets the organizationText attribute. |
org.kuali.rice.kns.bo.PostalCode |
getPostalZipCode()
Gets the postalZipCode attribute. |
String |
getRepresentativeUniversalIdentifier()
Gets the representativeUniversalIdentifier attribute. |
List<AssetGlpeSourceDetail> |
getSourceAssetGlpeSourceDetails()
|
List<AssetGlpeSourceDetail> |
getTargetAssetGlpeSourceDetails()
|
TransferOfFundsDocument |
getTransferOfFundsFinancialDocument()
Gets the transferOfFundsFinancialDocument attribute. |
String |
getTransferOfFundsFinancialDocumentNumber()
Gets the transferOfFundsFinancialDocumentNumber attribute. |
boolean |
isDebit(GeneralLedgerPendingEntrySourceDetail postable)
This method determines if the passed in GeneralLedgerPendingEntrySourceDetail is a debit or not. |
boolean |
isInterdepartmentalSalesIndicator()
Gets the interdepartmentalSalesIndicator attribute. |
void |
postProcessSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent event)
|
void |
setAsset(Asset asset)
|
void |
setAssetRepresentative(org.kuali.rice.kim.bo.Person assetRepresentative)
Sets the assetRepresentative attribute. |
void |
setBuilding(Building building)
Deprecated. |
void |
setBuildingCode(String buildingCode)
Sets the buildingCode attribute. |
void |
setBuildingRoom(Room buildingRoom)
Deprecated. |
void |
setBuildingRoomNumber(String buildingRoomNumber)
Sets the buildingRoomNumber attribute. |
void |
setBuildingSubRoomNumber(String buildingSubRoomNumber)
Sets the buildingSubRoomNumber attribute. |
void |
setCampus(org.kuali.rice.kns.bo.Campus campus)
Deprecated. |
void |
setCampusCode(String campusCode)
Sets the campusCode attribute. |
void |
setCapitalAssetNumber(Long capitalAssetNumber)
Sets the capitalAssetNumber attribute value. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute. |
void |
setGeneralLedgerPostables(List<AssetGlpeSourceDetail> generalLedgerPostables)
|
void |
setHiddenFieldForError(String hiddenFieldForError)
|
void |
setInterdepartmentalSalesIndicator(boolean interdepartmentalSalesIndicator)
Sets the interdepartmentalSalesIndicator attribute. |
void |
setOffCampusAddress(String offCampusAddress)
Sets the offCampusAddress attribute. |
void |
setOffCampusCityName(String offCampusCityName)
Sets the offCampusCityName attribute. |
void |
setOffCampusCountry(org.kuali.rice.kns.bo.Country offCampusCountry)
Deprecated. |
void |
setOffCampusCountryCode(String offCampusCountryCode)
|
void |
setOffCampusName(String offCampusName)
|
void |
setOffCampusState(org.kuali.rice.kns.bo.State offCampusState)
Deprecated. |
void |
setOffCampusStateCode(String offCampusStateCode)
Sets the offCampusStateCode attribute. |
void |
setOffCampusZipCode(String offCampusZipCode)
Sets the offCampusZipCode attribute. |
void |
setOldOrganizationOwnerAccount(Account oldOrganizationOwnerAccount)
Deprecated. |
void |
setOldOrganizationOwnerAccountNumber(String oldOrganizationOwnerAccountNumber)
|
void |
setOldOrganizationOwnerChartOfAccountsCode(String oldOrganizationOwnerChartOfAccountsCode)
|
void |
setOrganizationInventoryName(String organizationInventoryName)
Sets the organizationInventoryName attribute. |
void |
setOrganizationOwnerAccount(Account organizationOwnerAccount)
Deprecated. |
void |
setOrganizationOwnerAccountNumber(String organizationOwnerAccountNumber)
Sets the organizationOwnerAccountNumber attribute. |
void |
setOrganizationOwnerChartOfAccounts(Chart organizationOwnerChartOfAccounts)
Deprecated. |
void |
setOrganizationOwnerChartOfAccountsCode(String organizationOwnerChartOfAccountsCode)
Sets the organizationOwnerChartOfAccountsCode attribute. |
void |
setOrganizationTagNumber(String organizationTagNumber)
Sets the organizationTagNumber attribute. |
void |
setOrganizationText(String organizationText)
Sets the organizationText attribute. |
void |
setPostalZipCode(org.kuali.rice.kns.bo.PostalCode postalZipCode)
Sets the postalZipCode attribute. |
void |
setRepresentativeUniversalIdentifier(String representativeUniversalIdentifier)
Sets the representativeUniversalIdentifier attribute. |
void |
setSourceAssetGlpeSourceDetails(List<AssetGlpeSourceDetail> sourceAssetGlpeSourceDetails)
|
void |
setTargetAssetGlpeSourceDetails(List<AssetGlpeSourceDetail> targetAssetGlpeSourceDetails)
|
void |
setTransferOfFundsFinancialDocumentNumber(String transferOfFundsFinancialDocumentNumber)
Sets the transferOfFundsFinancialDocumentNumber attribute. |
protected LinkedHashMap<String,String> |
toStringMapper()
|
Methods inherited from class org.kuali.kfs.sys.document.LedgerPostingDocumentBase |
---|
createInitialAccountingPeriod, getAccountingPeriod, getAccountingPeriodService, getDataDictionaryService, getDateTimeService, getFinancialDocumentTypeCode, getPostingPeriodCode, getPostingYear, retrieveCurrentAccountingPeriod, setAccountingPeriod, setPostingPeriodCode, setPostingYear |
Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
answerSplitNodeQuestion, getDocumentHeader, prepareForSave, processAfterRetrieve, setDocumentHeader |
Methods inherited from class org.kuali.rice.kns.document.TransactionalDocumentBase |
---|
getAllowsCopy, isSessionDocument |
Methods inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
addCopyErrorDocumentNote, addPessimisticLock, afterLookup, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setNewDocumentHeader, setPessimisticLocks, toString, toStringBuilder, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.kfs.sys.document.GeneralLedgerPendingEntrySource |
---|
addPendingEntry, clearAnyGeneralLedgerPendingEntries, getDocumentHeader, getFinancialDocumentTypeCode, getPostingYear |
Methods inherited from interface org.kuali.kfs.sys.document.LedgerPostingDocument |
---|
getAccountingPeriod, getPostingPeriodCode, getPostingYear, setAccountingPeriod, setPostingPeriodCode, setPostingYear |
Methods inherited from interface org.kuali.kfs.sys.document.FinancialSystemTransactionalDocument |
---|
answerSplitNodeQuestion, getDocumentHeader |
Methods inherited from interface org.kuali.rice.kns.document.Document |
---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
protected String hiddenFieldForError
protected String representativeUniversalIdentifier
protected String campusCode
protected String buildingCode
protected String buildingRoomNumber
protected String buildingSubRoomNumber
protected String organizationTagNumber
protected String organizationOwnerChartOfAccountsCode
protected String organizationOwnerAccountNumber
protected String organizationText
protected String organizationInventoryName
protected String transferOfFundsFinancialDocumentNumber
protected String offCampusAddress
protected String offCampusCityName
protected String offCampusStateCode
protected String offCampusZipCode
protected String oldOrganizationOwnerChartOfAccountsCode
protected String oldOrganizationOwnerAccountNumber
protected String offCampusName
protected String offCampusCountryCode
protected boolean interdepartmentalSalesIndicator
protected Long capitalAssetNumber
protected org.kuali.rice.kim.bo.Person assetRepresentative
protected org.kuali.rice.kns.bo.Campus campus
protected Account organizationOwnerAccount
protected Account oldOrganizationOwnerAccount
protected Chart organizationOwnerChartOfAccounts
protected org.kuali.rice.kns.bo.State offCampusState
protected org.kuali.rice.kns.bo.Country offCampusCountry
protected Building building
protected Room buildingRoom
protected transient List<AssetGlpeSourceDetail> sourceAssetGlpeSourceDetails
protected transient List<AssetGlpeSourceDetail> targetAssetGlpeSourceDetails
protected Asset asset
protected org.kuali.rice.kns.bo.PostalCode postalZipCode
Constructor Detail |
---|
public AssetTransferDocument()
Method Detail |
---|
public void customizeExplicitGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail postable, GeneralLedgerPendingEntry explicitEntry)
org.kuali.kfs.sys.document.GeneralLedgerPendingEntrySource#customizeExplicitGeneralLedgerPendingEntry(org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntrySourceDetail,
org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntry)
public boolean customizeOffsetGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail accountingLine, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntry offsetEntry)
org.kuali.kfs.sys.document.GeneralLedgerPendingEntrySource#customizeOffsetGeneralLedgerPendingEntry(org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntrySourceDetail,
org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntry, org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntry)
public boolean generateDocumentGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
GeneralLedgerPendingEntrySource
generateDocumentGeneralLedgerPendingEntries
in interface GeneralLedgerPendingEntrySource
sequenceHelper
- a sequence helper for the method to create more general ledger pending entries
GeneralLedgerPendingEntrySource.generateDocumentGeneralLedgerPendingEntries(org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntrySequenceHelper)
public Asset getAsset()
public org.kuali.rice.kim.bo.Person getAssetRepresentative()
public void setAssetRepresentative(org.kuali.rice.kim.bo.Person assetRepresentative)
assetRepresentative
- The assetRepresentative to set.public Building getBuilding()
public String getBuildingCode()
public Room getBuildingRoom()
public String getBuildingRoomNumber()
public String getBuildingSubRoomNumber()
public org.kuali.rice.kns.bo.Campus getCampus()
public String getCampusCode()
public String getDocumentNumber()
getDocumentNumber
in interface org.kuali.rice.kns.document.Document
getDocumentNumber
in class org.kuali.rice.kns.document.DocumentBase
public org.kuali.rice.kns.util.KualiDecimal getGeneralLedgerPendingEntryAmountForDetail(GeneralLedgerPendingEntrySourceDetail postable)
GeneralLedgerPendingEntrySource
getGeneralLedgerPendingEntryAmountForDetail
in interface GeneralLedgerPendingEntrySource
postable
- the detail line from the general ledger pending entry source to find an amount for
org.kuali.kfs.sys.document.GeneralLedgerPendingEntrySource#getGeneralLedgerPendingEntryAmountForGeneralLedgerPostable(org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntrySourceDetail)
public List<AssetGlpeSourceDetail> getSourceAssetGlpeSourceDetails()
public boolean generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail postable, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
GeneralLedgerPendingEntrySource
generateGeneralLedgerPendingEntries
in interface GeneralLedgerPendingEntrySource
postable
- the source detail line to generate general ledger pending entries forsequenceHelper
- the sequence helper which will assign sequence number to generated general ledger pending entries
public String getOffCampusAddress()
public String getOffCampusCityName()
public org.kuali.rice.kns.bo.State getOffCampusState()
public String getOffCampusStateCode()
public String getOffCampusZipCode()
public org.kuali.rice.kns.bo.PostalCode getPostalZipCode()
public org.kuali.rice.kns.bo.Country getOffCampusCountry()
public String getOrganizationInventoryName()
public Account getOrganizationOwnerAccount()
public Account getOldOrganizationOwnerAccount()
public String getOrganizationOwnerAccountNumber()
public Chart getOrganizationOwnerChartOfAccounts()
public String getOrganizationOwnerChartOfAccountsCode()
public String getOrganizationTagNumber()
public String getOrganizationText()
public String getRepresentativeUniversalIdentifier()
public TransferOfFundsDocument getTransferOfFundsFinancialDocument()
public String getTransferOfFundsFinancialDocumentNumber()
public Long getCapitalAssetNumber()
public void setCapitalAssetNumber(Long capitalAssetNumber)
capitalAssetNumber
- The capitalAssetNumber to set.public void postProcessSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent event)
postProcessSave
in interface org.kuali.rice.kns.document.Document
postProcessSave
in class org.kuali.rice.kns.document.DocumentBase
DocumentBase.postProcessSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent)
protected CapitalAssetManagementModuleService getCapitalAssetManagementModuleService()
public void doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
GeneralLedgerPostingDocumentBase
doRouteStatusChange
in interface org.kuali.rice.kns.document.Document
doRouteStatusChange
in class GeneralLedgerPostingDocumentBase
org.kuali.kfs.sys.document.GeneralLedgerPostingDocumentBase#doRouteStatusChange()
public boolean isDebit(GeneralLedgerPendingEntrySourceDetail postable)
GeneralLedgerPendingEntrySource
isDebit
in interface GeneralLedgerPendingEntrySource
public boolean isInterdepartmentalSalesIndicator()
public void setAsset(Asset asset)
public void setBuilding(Building building)
building
- The building to set.public void setBuildingCode(String buildingCode)
buildingCode
- The buildingCode to set.public void setBuildingRoom(Room buildingRoom)
buildingRoom
- The buildingRoom to set.public void setBuildingRoomNumber(String buildingRoomNumber)
buildingRoomNumber
- The buildingRoomNumber to set.public void setBuildingSubRoomNumber(String buildingSubRoomNumber)
buildingSubRoomNumber
- The buildingSubRoomNumber to set.public void setCampus(org.kuali.rice.kns.bo.Campus campus)
campus
- The campus to set.public void setCampusCode(String campusCode)
campusCode
- The campusCode to set.public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface org.kuali.rice.kns.document.Document
setDocumentNumber
in class org.kuali.rice.kns.document.DocumentBase
documentNumber
- The documentNumber to set.public void setGeneralLedgerPostables(List<AssetGlpeSourceDetail> generalLedgerPostables)
public void setInterdepartmentalSalesIndicator(boolean interdepartmentalSalesIndicator)
interdepartmentalSalesIndicator
- The interdepartmentalSalesIndicator to set.public void setOffCampusAddress(String offCampusAddress)
offCampusAddress
- The offCampusAddress to set.public void setOffCampusCityName(String offCampusCityName)
offCampusCityName
- The offCampusCityName to set.public void setOffCampusState(org.kuali.rice.kns.bo.State offCampusState)
offCampusState
- The offCampusState to set.public void setOffCampusStateCode(String offCampusStateCode)
offCampusStateCode
- The offCampusStateCode to set.public void setOffCampusZipCode(String offCampusZipCode)
offCampusZipCode
- The offCampusZipCode to set.public void setPostalZipCode(org.kuali.rice.kns.bo.PostalCode postalZipCode)
postalZipCode
- The postalZipCode to set.public void setOffCampusCountry(org.kuali.rice.kns.bo.Country offCampusCountry)
offCampusCountry
- The offCampusCountry to set.public void setOrganizationInventoryName(String organizationInventoryName)
organizationInventoryName
- The organizationInventoryName to set.public void setOrganizationOwnerAccount(Account organizationOwnerAccount)
organizationOwnerAccount
- The organizationOwnerAccount to set.public void setOldOrganizationOwnerAccount(Account oldOrganizationOwnerAccount)
oldOrganizationOwnerAccount
- The oldOrganizationOwnerAccount to set.public void setOrganizationOwnerAccountNumber(String organizationOwnerAccountNumber)
organizationOwnerAccountNumber
- The organizationOwnerAccountNumber to set.public void setOrganizationOwnerChartOfAccounts(Chart organizationOwnerChartOfAccounts)
organizationOwnerChartOfAccounts
- The organizationOwnerChartOfAccounts to set.public void setOrganizationOwnerChartOfAccountsCode(String organizationOwnerChartOfAccountsCode)
organizationOwnerChartOfAccountsCode
- The organizationOwnerChartOfAccountsCode to set.public void setOrganizationTagNumber(String organizationTagNumber)
organizationTagNumber
- The organizationTagNumber to set.public void setOrganizationText(String organizationText)
organizationText
- The organizationText to set.public void setRepresentativeUniversalIdentifier(String representativeUniversalIdentifier)
representativeUniversalIdentifier
- The representativeUniversalIdentifier to set.public void setTransferOfFundsFinancialDocumentNumber(String transferOfFundsFinancialDocumentNumber)
transferOfFundsFinancialDocumentNumber
- The transferOfFundsFinancialDocumentNumber to set.protected LinkedHashMap<String,String> toStringMapper()
toStringMapper
in class org.kuali.rice.kns.document.DocumentBase
BusinessObjectBase.toStringMapper()
public List<GeneralLedgerPendingEntrySourceDetail> getGeneralLedgerPendingEntrySourceDetails()
GeneralLedgerPendingEntrySource
getGeneralLedgerPendingEntrySourceDetails
in interface GeneralLedgerPendingEntrySource
org.kuali.kfs.sys.document.GeneralLedgerPendingEntrySource#getGeneralLedgerPostables()
public List<AssetGlpeSourceDetail> getTargetAssetGlpeSourceDetails()
public void setTargetAssetGlpeSourceDetails(List<AssetGlpeSourceDetail> targetAssetGlpeSourceDetails)
public void setSourceAssetGlpeSourceDetails(List<AssetGlpeSourceDetail> sourceAssetGlpeSourceDetails)
public List<GeneralLedgerPendingEntrySourceDetail> getGeneralLedgerPostables()
public String getOffCampusCountryCode()
public void setOffCampusCountryCode(String offCampusCountryCode)
public String getOffCampusName()
public void setOffCampusName(String offCampusName)
public String getOldOrganizationOwnerAccountNumber()
public void setOldOrganizationOwnerAccountNumber(String oldOrganizationOwnerAccountNumber)
public String getOldOrganizationOwnerChartOfAccountsCode()
public void setOldOrganizationOwnerChartOfAccountsCode(String oldOrganizationOwnerChartOfAccountsCode)
public void clearGlPostables()
public String getHiddenFieldForError()
public void setHiddenFieldForError(String hiddenFieldForError)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |