public class OriginEntryFull extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements Transaction, OriginEntryInformation, FlexibleAccountUpdateable
Constructor and Description |
---|
OriginEntryFull() |
OriginEntryFull(GeneralLedgerPendingEntry glpe) |
OriginEntryFull(String line) |
OriginEntryFull(String financialDocumentTypeCode,
String financialSystemOriginationCode) |
OriginEntryFull(Transaction t) |
Modifier and Type | Method and Description |
---|---|
void |
clearTransactionLedgerEntryAmount() |
void |
copyFieldsFromTransaction(Transaction t) |
static OriginEntryFull |
copyFromOriginEntryable(OriginEntryInformation oe) |
protected String |
formatDate(Date date) |
A21SubAccount |
getA21SubAccount() |
Account |
getAccount() |
AccountingPeriod |
getAccountingPeriod() |
String |
getAccountNumber()
gets the accountNumber attribute value
|
BalanceType |
getBalanceType() |
Chart |
getChart() |
String |
getChartOfAccountsCode()
gets the chartOfAccountsCode attribute value
|
String |
getDocumentNumber()
gets the documentNumber attribute value
|
Integer |
getEntryGroupId() |
Integer |
getEntryId() |
protected String |
getField(int size,
String value) |
Object |
getFieldValue(String fieldName) |
String |
getFinancialBalanceTypeCode()
gets the financialBalanceTypeCode attribute value
|
Date |
getFinancialDocumentReversalDate()
gets the financialDocumentReversalDate attribute value
|
String |
getFinancialDocumentTypeCode()
gets the financialDocumentTypeCode attribute value
|
ObjectCode |
getFinancialObject() |
String |
getFinancialObjectCode()
gets the financialObjectCode attribute value
|
String |
getFinancialObjectTypeCode()
gets the financialObjectTypeCode attribute value
|
SubObjectCode |
getFinancialSubObject() |
String |
getFinancialSubObjectCode()
gets the financialSubObjectCode attribute value
|
org.kuali.rice.kew.doctype.bo.DocumentTypeEBO |
getFinancialSystemDocumentTypeCode() |
String |
getFinancialSystemOriginationCode()
gets the financialSystemOriginationCode attribute value
|
OriginEntryGroup |
getGroup() |
String |
getLine()
This gets the origin entry in its standard string output form
|
ObjectType |
getObjectType() |
SystemOptions |
getOption() |
String |
getOrganizationDocumentNumber()
gets the organizationDocumentNumber attribute value
|
String |
getOrganizationReferenceId()
gets the organizationReferenceId attribute value
|
OriginationCode |
getOrigination() |
protected static OriginEntryFieldUtil |
getOriginEntryFieldUtil() |
ProjectCode |
getProject() |
String |
getProjectCode()
gets the projectCode attribute value
|
String |
getReferenceFinancialDocumentNumber()
gets the referenceFinancialDocumentNumber attribute value
|
String |
getReferenceFinancialDocumentTypeCode()
gets the referenceFinancialDocumentTypeCode attribute value
|
org.kuali.rice.kew.doctype.bo.DocumentTypeEBO |
getReferenceFinancialSystemDocumentTypeCode() |
String |
getReferenceFinancialSystemOriginationCode()
gets the referenceFinancialSystemOriginationCode attribute value
|
UniversityDate |
getReversalDate() |
SubAccount |
getSubAccount() |
String |
getSubAccountNumber()
gets the subAccountNumber attribute value
|
Date |
getTransactionDate()
gets the transactionDate attribute value
|
String |
getTransactionDebitCreditCode()
gets the transactionDebitCreditCode attribute value
|
String |
getTransactionEncumbranceUpdateCode()
gets transactionEncumbranceUpdateCode attribute value
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getTransactionLedgerEntryAmount()
gets the transactionLedgerEntryAmount attribute value
|
String |
getTransactionLedgerEntryDescription()
gets the transactionLedgerEntryDescription attribute value
|
Integer |
getTransactionLedgerEntrySequenceNumber()
gets the transactionLedgerEntrySequenceNumber attribute value
|
UniversityDate |
getUniversityDate() |
String |
getUniversityFiscalPeriodCode()
gets the universityFiscalPeriodCode attribute value
|
Integer |
getUniversityFiscalYear()
gets the universityFiscalYear attribute value
|
protected String |
getValue(String line,
int s,
int e) |
boolean |
isCredit()
true if this origin entry is a credit, false otherwise
|
boolean |
isDebit()
true if this origin entry is a debit, false otherwise
|
boolean |
isTransactionScrubberOffsetGenerationIndicator() |
protected Date |
parseDate(String sdate,
boolean beLenientWithDates) |
void |
resetEntryId()
This method forces the origin entryable to reset its id to null
|
void |
setA21SubAccount(A21SubAccount subAccount) |
void |
setAccount(Account account)
Sets the business object's account attribute
|
void |
setAccountingPeriod(AccountingPeriod accountingPeriod) |
void |
setAccountNumber(String accountNumber)
sets the accountNumber attribute value
|
void |
setBalanceType(BalanceType balanceType) |
void |
setChart(Chart chart) |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
sets the chartOfAccountsCode attribute value
|
void |
setDocumentNumber(String documentNumber)
sets the documentNumber attribute value
|
void |
setEntryGroupId(Integer entryGroupId)
sets the entryGroupId attribute value
|
void |
setEntryId(Integer entryId) |
void |
setFieldValue(String fieldName,
String fieldValue) |
void |
setFinancialBalanceTypeCode(String financialBalanceTypeCode)
sets the financialBalanceTypeCode attribute value
|
void |
setFinancialDocumentReversalDate(Date financialDocumentReversalDate)
sets the financialDocumentReversalDate attribute value
|
void |
setFinancialDocumentTypeCode(String financialDocumentTypeCode)
sets the financialDocumentTypeCode attribute value
|
void |
setFinancialObject(ObjectCode financialObject) |
void |
setFinancialObjectCode(String financialObjectCode)
sets the financialObjectCode attribute value
|
void |
setFinancialObjectTypeCode(String financialObjectTypeCode)
sets the financialObjectTypeCode attribute value
|
void |
setFinancialSubObject(SubObjectCode financialSubObject) |
void |
setFinancialSubObjectCode(String financialSubObjectCode)
sets the financialSubObjectCode attribute value
|
void |
setFinancialSystemOriginationCode(String financialSystemOriginationCode)
sets the financialSystemOriginationCode attribute value
|
List<Message> |
setFromTextFileForBatch(String line,
int lineNumber)
This method loads the fields of this origin entry by parsing the passed in the string It is assumed that the String does not
contain the origin entry ID, but if it does, it will be ignored
|
void |
setGroup(OriginEntryGroup oeg) |
void |
setObjectType(ObjectType objectType) |
void |
setOption(SystemOptions option) |
void |
setOrganizationDocumentNumber(String organizationDocumentNumber)
sets the organizationDocumentNumber attribute value
|
void |
setOrganizationReferenceId(String organizationReferenceId)
sets the organizationReferenceId attribute value
|
void |
setOrigination(OriginationCode origination) |
void |
setProject(ProjectCode project) |
void |
setProjectCode(String projectCode)
sets the projectCode attribute value
|
void |
setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
sets the referenceFinancialDocumentNumber attribute value
|
void |
setReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)
sets the referenceFinancialDocumentTypeCode attribute value
|
void |
setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
sets referenceFinancialSystemOriginationCode attribute value
|
void |
setReversalDate(UniversityDate reversalDate) |
void |
setSubAccount(SubAccount subAccount) |
void |
setSubAccountNumber(String subAccountNumber)
sets the subAccountNumber attribute value
|
void |
setTransactionDate(Date transactionDate)
sets the transactionDate attribute value
|
void |
setTransactionDebitCreditCode(String transactionDebitCreditCode)
sets the transactionDebitCreditCode attribute value
|
void |
setTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)
sets transactionEncumbranceUpdateCode attribute value
|
void |
setTransactionLedgerEntryAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionLedgerEntryAmount)
sets the transactionLedgerEntryAmount attribute value
|
void |
setTransactionLedgerEntryAmount(String transactionLedgerEntryAmount) |
void |
setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
sets the transactionLedgerEntryDescription attribute value
|
void |
setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
sets the transactionLedgerEntrySequenceNumber attribute value
|
void |
setTransactionScrubberOffsetGenerationIndicator(boolean transactionScrubberOffsetGenerationIndicator)
gets the transactionScrubberOffsetGenerationIndicator attribute value
|
void |
setUniversityDate(UniversityDate universityDate) |
void |
setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
sets the universityFiscalPeriodCode attribute value
|
void |
setUniversityFiscalYear(Integer universityFiscalYear)
sets the universityFiscalYear attribute value
|
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
refreshNonUpdateableReferences
public static final Pattern MATCH_CONTROL_CHARACTERS
public static final String REPLACE_MATCHED_CONTROL_CHARACTERS
protected String accountNumber
protected String documentNumber
protected String referenceFinancialDocumentNumber
protected String referenceFinancialDocumentTypeCode
protected Date financialDocumentReversalDate
protected String financialDocumentTypeCode
protected String financialBalanceTypeCode
protected String chartOfAccountsCode
protected String financialObjectTypeCode
protected String financialObjectCode
protected String financialSubObjectCode
protected String financialSystemOriginationCode
protected String referenceFinancialSystemOriginationCode
protected String organizationDocumentNumber
protected String organizationReferenceId
protected String projectCode
protected String subAccountNumber
protected Date transactionDate
protected String transactionDebitCreditCode
protected String transactionEncumbranceUpdateCode
protected Integer transactionLedgerEntrySequenceNumber
protected org.kuali.rice.core.api.util.type.KualiDecimal transactionLedgerEntryAmount
protected String transactionLedgerEntryDescription
protected String universityFiscalPeriodCode
protected Integer universityFiscalYear
public OriginEntryFull(GeneralLedgerPendingEntry glpe)
public OriginEntryFull(String financialDocumentTypeCode, String financialSystemOriginationCode)
public OriginEntryFull()
public OriginEntryFull(Transaction t)
public OriginEntryFull(String line)
public void copyFieldsFromTransaction(Transaction t)
protected Date parseDate(String sdate, boolean beLenientWithDates) throws ParseException
ParseException
protected String formatDate(Date date)
public List<Message> setFromTextFileForBatch(String line, int lineNumber) throws LoadException
line
- a string representing an origin entrylineNumber
- used to render an error message by identifying this lineLoadException
public String getLine()
OriginEntryInformation
getLine
in interface OriginEntryInformation
public boolean isTransactionScrubberOffsetGenerationIndicator()
public void setTransactionScrubberOffsetGenerationIndicator(boolean transactionScrubberOffsetGenerationIndicator)
OriginEntryInformation
setTransactionScrubberOffsetGenerationIndicator
in interface OriginEntryInformation
public String getAccountNumber()
OriginEntryInformation
getAccountNumber
in interface FlexibleAccountUpdateable
getAccountNumber
in interface OriginEntryInformation
getAccountNumber
in interface Transaction
public void setAccountNumber(String accountNumber)
OriginEntryInformation
setAccountNumber
in interface FlexibleAccountUpdateable
setAccountNumber
in interface OriginEntryInformation
accountNumber
- the account number to setpublic String getFinancialBalanceTypeCode()
OriginEntryInformation
getFinancialBalanceTypeCode
in interface FlexibleAccountUpdateable
getFinancialBalanceTypeCode
in interface OriginEntryInformation
getFinancialBalanceTypeCode
in interface Transaction
public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
OriginEntryInformation
setFinancialBalanceTypeCode
in interface OriginEntryInformation
public String getChartOfAccountsCode()
OriginEntryInformation
getChartOfAccountsCode
in interface FlexibleAccountUpdateable
getChartOfAccountsCode
in interface OriginEntryInformation
getChartOfAccountsCode
in interface Transaction
public void setChartOfAccountsCode(String chartOfAccountsCode)
OriginEntryInformation
setChartOfAccountsCode
in interface FlexibleAccountUpdateable
setChartOfAccountsCode
in interface OriginEntryInformation
chartOfAccountsCode
- the chart code to setpublic String getTransactionDebitCreditCode()
OriginEntryInformation
getTransactionDebitCreditCode
in interface OriginEntryInformation
getTransactionDebitCreditCode
in interface Transaction
public void setTransactionDebitCreditCode(String transactionDebitCreditCode)
OriginEntryInformation
setTransactionDebitCreditCode
in interface OriginEntryInformation
public String getDocumentNumber()
OriginEntryInformation
getDocumentNumber
in interface OriginEntryInformation
getDocumentNumber
in interface Transaction
public void setDocumentNumber(String documentNumber)
OriginEntryInformation
setDocumentNumber
in interface OriginEntryInformation
public Date getFinancialDocumentReversalDate()
OriginEntryInformation
getFinancialDocumentReversalDate
in interface OriginEntryInformation
getFinancialDocumentReversalDate
in interface Transaction
public void setFinancialDocumentReversalDate(Date financialDocumentReversalDate)
OriginEntryInformation
setFinancialDocumentReversalDate
in interface OriginEntryInformation
public String getFinancialDocumentTypeCode()
OriginEntryInformation
getFinancialDocumentTypeCode
in interface FlexibleAccountUpdateable
getFinancialDocumentTypeCode
in interface OriginEntryInformation
getFinancialDocumentTypeCode
in interface Transaction
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
OriginEntryInformation
setFinancialDocumentTypeCode
in interface OriginEntryInformation
public String getTransactionEncumbranceUpdateCode()
OriginEntryInformation
getTransactionEncumbranceUpdateCode
in interface OriginEntryInformation
getTransactionEncumbranceUpdateCode
in interface Transaction
public void setTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)
OriginEntryInformation
setTransactionEncumbranceUpdateCode
in interface OriginEntryInformation
public Integer getEntryGroupId()
public void setEntryGroupId(Integer entryGroupId)
OriginEntryInformation
setEntryGroupId
in interface OriginEntryInformation
public Integer getEntryId()
public void setEntryId(Integer entryId)
public void resetEntryId()
OriginEntryInformation
resetEntryId
in interface OriginEntryInformation
public String getFinancialObjectCode()
OriginEntryInformation
getFinancialObjectCode
in interface FlexibleAccountUpdateable
getFinancialObjectCode
in interface OriginEntryInformation
getFinancialObjectCode
in interface Transaction
public void setFinancialObjectCode(String financialObjectCode)
OriginEntryInformation
setFinancialObjectCode
in interface OriginEntryInformation
public String getFinancialObjectTypeCode()
OriginEntryInformation
getFinancialObjectTypeCode
in interface OriginEntryInformation
getFinancialObjectTypeCode
in interface Transaction
public void setFinancialObjectTypeCode(String financialObjectTypeCode)
OriginEntryInformation
setFinancialObjectTypeCode
in interface OriginEntryInformation
public String getOrganizationDocumentNumber()
OriginEntryInformation
getOrganizationDocumentNumber
in interface OriginEntryInformation
getOrganizationDocumentNumber
in interface Transaction
public void setOrganizationDocumentNumber(String organizationDocumentNumber)
OriginEntryInformation
setOrganizationDocumentNumber
in interface OriginEntryInformation
public String getOrganizationReferenceId()
OriginEntryInformation
getOrganizationReferenceId
in interface OriginEntryInformation
getOrganizationReferenceId
in interface Transaction
public void setOrganizationReferenceId(String organizationReferenceId)
OriginEntryInformation
setOrganizationReferenceId
in interface OriginEntryInformation
public String getFinancialSystemOriginationCode()
OriginEntryInformation
getFinancialSystemOriginationCode
in interface OriginEntryInformation
getFinancialSystemOriginationCode
in interface Transaction
public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
OriginEntryInformation
setFinancialSystemOriginationCode
in interface OriginEntryInformation
public String getProjectCode()
OriginEntryInformation
getProjectCode
in interface OriginEntryInformation
getProjectCode
in interface Transaction
public void setProjectCode(String projectCode)
OriginEntryInformation
setProjectCode
in interface OriginEntryInformation
public String getReferenceFinancialDocumentNumber()
OriginEntryInformation
getReferenceFinancialDocumentNumber
in interface OriginEntryInformation
getReferenceFinancialDocumentNumber
in interface Transaction
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
OriginEntryInformation
setReferenceFinancialDocumentNumber
in interface OriginEntryInformation
public String getReferenceFinancialDocumentTypeCode()
OriginEntryInformation
getReferenceFinancialDocumentTypeCode
in interface OriginEntryInformation
getReferenceFinancialDocumentTypeCode
in interface Transaction
public void setReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)
OriginEntryInformation
setReferenceFinancialDocumentTypeCode
in interface OriginEntryInformation
public String getReferenceFinancialSystemOriginationCode()
OriginEntryInformation
getReferenceFinancialSystemOriginationCode
in interface OriginEntryInformation
getReferenceFinancialSystemOriginationCode
in interface Transaction
public void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
OriginEntryInformation
setReferenceFinancialSystemOriginationCode
in interface OriginEntryInformation
public String getSubAccountNumber()
OriginEntryInformation
getSubAccountNumber
in interface OriginEntryInformation
getSubAccountNumber
in interface Transaction
public void setSubAccountNumber(String subAccountNumber)
OriginEntryInformation
setSubAccountNumber
in interface FlexibleAccountUpdateable
setSubAccountNumber
in interface OriginEntryInformation
subAccountNumber
- the sub account number to setpublic String getFinancialSubObjectCode()
OriginEntryInformation
getFinancialSubObjectCode
in interface OriginEntryInformation
getFinancialSubObjectCode
in interface Transaction
public void setFinancialSubObjectCode(String financialSubObjectCode)
OriginEntryInformation
setFinancialSubObjectCode
in interface FlexibleAccountUpdateable
setFinancialSubObjectCode
in interface OriginEntryInformation
financialSubObjectCode
- the financial sub-object code to setpublic Date getTransactionDate()
OriginEntryInformation
getTransactionDate
in interface OriginEntryInformation
getTransactionDate
in interface Transaction
public void setTransactionDate(Date transactionDate)
OriginEntryInformation
setTransactionDate
in interface OriginEntryInformation
public Integer getTransactionLedgerEntrySequenceNumber()
OriginEntryInformation
getTransactionLedgerEntrySequenceNumber
in interface OriginEntryInformation
getTransactionLedgerEntrySequenceNumber
in interface Transaction
public void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
OriginEntryInformation
setTransactionLedgerEntrySequenceNumber
in interface OriginEntryInformation
public org.kuali.rice.core.api.util.type.KualiDecimal getTransactionLedgerEntryAmount()
OriginEntryInformation
getTransactionLedgerEntryAmount
in interface OriginEntryInformation
getTransactionLedgerEntryAmount
in interface Transaction
public void setTransactionLedgerEntryAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionLedgerEntryAmount)
OriginEntryInformation
setTransactionLedgerEntryAmount
in interface OriginEntryInformation
public void setTransactionLedgerEntryAmount(String transactionLedgerEntryAmount)
public void clearTransactionLedgerEntryAmount()
public String getTransactionLedgerEntryDescription()
OriginEntryInformation
getTransactionLedgerEntryDescription
in interface OriginEntryInformation
getTransactionLedgerEntryDescription
in interface Transaction
public void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
OriginEntryInformation
setTransactionLedgerEntryDescription
in interface OriginEntryInformation
public String getUniversityFiscalPeriodCode()
OriginEntryInformation
getUniversityFiscalPeriodCode
in interface OriginEntryInformation
getUniversityFiscalPeriodCode
in interface Transaction
public void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
OriginEntryInformation
setUniversityFiscalPeriodCode
in interface OriginEntryInformation
public Integer getUniversityFiscalYear()
OriginEntryInformation
getUniversityFiscalYear
in interface FlexibleAccountUpdateable
getUniversityFiscalYear
in interface OriginEntryInformation
getUniversityFiscalYear
in interface Transaction
public void setUniversityFiscalYear(Integer universityFiscalYear)
OriginEntryInformation
setUniversityFiscalYear
in interface OriginEntryInformation
public boolean isDebit()
OriginEntryInformation
isDebit
in interface OriginEntryInformation
public boolean isCredit()
OriginEntryInformation
isCredit
in interface OriginEntryInformation
public void setFieldValue(String fieldName, String fieldValue)
public Object getFieldValue(String fieldName)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
public OriginEntryGroup getGroup()
public void setGroup(OriginEntryGroup oeg)
public A21SubAccount getA21SubAccount()
public void setA21SubAccount(A21SubAccount subAccount)
public Account getAccount()
getAccount
in interface Transaction
public void setAccount(Account account)
FlexibleAccountUpdateable
setAccount
in interface FlexibleAccountUpdateable
setAccount
in interface Transaction
account
- an account business object to setpublic BalanceType getBalanceType()
getBalanceType
in interface Transaction
public void setBalanceType(BalanceType balanceType)
setBalanceType
in interface Transaction
public Chart getChart()
getChart
in interface Transaction
public void setChart(Chart chart)
setChart
in interface Transaction
public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
getFinancialSystemDocumentTypeCode
in interface Transaction
public ObjectCode getFinancialObject()
getFinancialObject
in interface Transaction
public void setFinancialObject(ObjectCode financialObject)
setFinancialObject
in interface Transaction
public SubObjectCode getFinancialSubObject()
getFinancialSubObject
in interface Transaction
public void setFinancialSubObject(SubObjectCode financialSubObject)
public ObjectType getObjectType()
getObjectType
in interface Transaction
public void setObjectType(ObjectType objectType)
setObjectType
in interface Transaction
public SystemOptions getOption()
getOption
in interface Transaction
public void setOption(SystemOptions option)
setOption
in interface Transaction
public ProjectCode getProject()
public void setProject(ProjectCode project)
public SubAccount getSubAccount()
getSubAccount
in interface Transaction
public void setSubAccount(SubAccount subAccount)
public UniversityDate getUniversityDate()
public void setUniversityDate(UniversityDate universityDate)
public AccountingPeriod getAccountingPeriod()
public void setAccountingPeriod(AccountingPeriod accountingPeriod)
public UniversityDate getReversalDate()
public void setReversalDate(UniversityDate reversalDate)
public OriginationCode getOrigination()
public void setOrigination(OriginationCode origination)
public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getReferenceFinancialSystemDocumentTypeCode()
public static OriginEntryFull copyFromOriginEntryable(OriginEntryInformation oe)
protected static OriginEntryFieldUtil getOriginEntryFieldUtil()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.