|
||||||||||
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.kfs.coa.businessobject.SubObjectCodeGlobal
public class SubObjectCodeGlobal
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
SubObjectCodeGlobal()
Default constructor. |
Method Summary | |
---|---|
List |
buildListOfDeletionAwareLists()
|
List<org.kuali.rice.kns.bo.PersistableBusinessObject> |
generateDeactivationsToPersist()
|
List<org.kuali.rice.kns.bo.PersistableBusinessObject> |
generateGlobalChangesToPersist()
This returns a list of Sub Object Codes to Update and/or Add |
List<AccountGlobalDetail> |
getAccountGlobalDetails()
|
List<? extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetail> |
getAllDetailObjects()
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
String |
getDocumentNumber()
Gets the documentNumber attribute. |
org.kuali.rice.kns.bo.DocumentHeader |
getFinancialDocument()
Gets the financialDocument attribute. |
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute. |
String |
getFinancialSubObjectCodeName()
Gets the financialSubObjectCodeName attribute. |
String |
getFinancialSubObjectCodeShortName()
Gets the financialSubObjectCodeShortName attribute. |
List<SubObjectCodeGlobalDetail> |
getSubObjCdGlobalDetails()
|
SystemOptions |
getUniversityFiscal()
Gets the universityFiscal attribute. |
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute. |
boolean |
isActive()
Gets the active attribute. |
boolean |
isPersistable()
|
void |
populate(SubObjectCode old,
AccountGlobalDetail accountGlobalDetail,
SubObjectCodeGlobalDetail subObjCdGlobalDetail)
|
void |
setAccountGlobalDetails(List<AccountGlobalDetail> accountGlobalDetails)
|
void |
setActive(boolean active)
Sets the active attribute. |
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute. |
void |
setFinancialDocument(org.kuali.rice.kns.bo.DocumentHeader financialDocument)
Deprecated. |
void |
setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute. |
void |
setFinancialSubObjectCodeName(String financialSubObjectCodeName)
Sets the financialSubObjectCodeName attribute. |
void |
setFinancialSubObjectCodeShortName(String financialSubObjectCdshortNm)
Sets the financialSubObjectCodeShortName attribute. |
void |
setSubObjCdGlobalDetails(List<SubObjectCodeGlobalDetail> subObjCdGlobalDetails)
|
void |
setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, 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 |
---|
public SubObjectCodeGlobal()
Method Detail |
---|
public String getDocumentNumber()
getDocumentNumber
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
documentNumber
- The documentNumber to set.public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getFinancialSubObjectCode()
public void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode
- The financialSubObjectCode to set.public String getFinancialSubObjectCodeName()
public void setFinancialSubObjectCodeName(String financialSubObjectCodeName)
financialSubObjectCodeName
- The financialSubObjectCodeName to set.public String getFinancialSubObjectCodeShortName()
public void setFinancialSubObjectCodeShortName(String financialSubObjectCdshortNm)
financialSubObjectCodeShortName
- The financialSubObjectCodeShortName to set.public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.public org.kuali.rice.kns.bo.DocumentHeader getFinancialDocument()
public void setFinancialDocument(org.kuali.rice.kns.bo.DocumentHeader financialDocument)
financialDocument
- The financialDocument to set.public SystemOptions getUniversityFiscal()
public void setUniversityFiscal(SystemOptions universityFiscal)
universityFiscal
- The universityFiscal to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public List<SubObjectCodeGlobalDetail> getSubObjCdGlobalDetails()
public void setSubObjCdGlobalDetails(List<SubObjectCodeGlobalDetail> subObjCdGlobalDetails)
public List<AccountGlobalDetail> getAccountGlobalDetails()
public void setAccountGlobalDetails(List<AccountGlobalDetail> accountGlobalDetails)
public List<org.kuali.rice.kns.bo.PersistableBusinessObject> generateDeactivationsToPersist()
generateDeactivationsToPersist
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
org.kuali.rice.kns.document.GlobalBusinessObject#getGlobalChangesToDelete()
public List<org.kuali.rice.kns.bo.PersistableBusinessObject> generateGlobalChangesToPersist()
generateGlobalChangesToPersist
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
org.kuali.rice.kns.document.GlobalBusinessObject#applyGlobalChanges()
public void populate(SubObjectCode old, AccountGlobalDetail accountGlobalDetail, SubObjectCodeGlobalDetail subObjCdGlobalDetail)
public boolean isPersistable()
isPersistable
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
public List<? extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetail> getAllDetailObjects()
getAllDetailObjects
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |