Class AccountDetail
- java.lang.Object
-
- com.ellucian.generated.eedm.accounts_payable_invoices.v11_0.AccountDetail
-
@Generated("jsonschema2pojo") public class AccountDetail extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringaccountingStringAccounting Stringprivate AllocationallocationAllocationprivate ObjectbudgetCheckBudget Checkprivate ObjectsequenceNumberSequence Numberprivate ObjectsourceSourceprivate ObjectsubmittedBySubmitted By
-
Constructor Summary
Constructors Constructor Description AccountDetail()
-
Method Summary
-
-
-
Field Detail
-
sequenceNumber
@JsonPropertyDescription("The sequence number associated with the account detail item.") private Object sequenceNumberSequence NumberThe sequence number associated with the account detail item.
-
accountingString
@JsonPropertyDescription("The accounting string associated with the account detail item.") private String accountingStringAccounting StringThe accounting string associated with the account detail item. (Required)
-
allocation
@JsonPropertyDescription("The allocation of line item values to the accounting string.") private Allocation allocationAllocationThe allocation of line item values to the accounting string. (Required)
-
source
@JsonPropertyDescription("The source account for the payment to the accounting string if different from the source specified for the invoice.") private Object sourceSourceThe source account for the payment to the accounting string if different from the source specified for the invoice.
-
budgetCheck
@JsonPropertyDescription("An indication that budget checking should be overridden for the accounting string.") private Object budgetCheckBudget CheckAn indication that budget checking should be overridden for the accounting string.
-
submittedBy
@JsonPropertyDescription("The person who made the submit request for the line item.") private Object submittedBySubmitted ByThe person who made the submit request for the line item.
-
-
Method Detail
-
getSequenceNumber
public Object getSequenceNumber()
Sequence NumberThe sequence number associated with the account detail item.
-
setSequenceNumber
public void setSequenceNumber(Object sequenceNumber)
Sequence NumberThe sequence number associated with the account detail item.
-
withSequenceNumber
public AccountDetail withSequenceNumber(Object sequenceNumber)
-
getAccountingString
public String getAccountingString()
Accounting StringThe accounting string associated with the account detail item. (Required)
-
setAccountingString
public void setAccountingString(String accountingString)
Accounting StringThe accounting string associated with the account detail item. (Required)
-
withAccountingString
public AccountDetail withAccountingString(String accountingString)
-
getAllocation
public Allocation getAllocation()
AllocationThe allocation of line item values to the accounting string. (Required)
-
setAllocation
public void setAllocation(Allocation allocation)
AllocationThe allocation of line item values to the accounting string. (Required)
-
withAllocation
public AccountDetail withAllocation(Allocation allocation)
-
getSource
public Object getSource()
SourceThe source account for the payment to the accounting string if different from the source specified for the invoice.
-
setSource
public void setSource(Object source)
SourceThe source account for the payment to the accounting string if different from the source specified for the invoice.
-
withSource
public AccountDetail withSource(Object source)
-
getBudgetCheck
public Object getBudgetCheck()
Budget CheckAn indication that budget checking should be overridden for the accounting string.
-
setBudgetCheck
public void setBudgetCheck(Object budgetCheck)
Budget CheckAn indication that budget checking should be overridden for the accounting string.
-
withBudgetCheck
public AccountDetail withBudgetCheck(Object budgetCheck)
-
getSubmittedBy
public Object getSubmittedBy()
Submitted ByThe person who made the submit request for the line item.
-
setSubmittedBy
public void setSubmittedBy(Object submittedBy)
Submitted ByThe person who made the submit request for the line item.
-
withSubmittedBy
public AccountDetail withSubmittedBy(Object submittedBy)
-
-