Class Allocated
- java.lang.Object
-
- com.ellucian.generated.eedm.accounts_payable_invoices.v11_0.Allocated
-
@Generated("jsonschema2pojo") public class Allocated extends Object
AllocatedThe portion (or percentage) of the line item amount or quantity allocated to the accounting string. (One of amount, quantity or percent must be specified)
-
-
Constructor Summary
Constructors Constructor Description Allocated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAmount()AmountObjectgetPercentage()PercentageObjectgetQuantity()QuantityinthashCode()voidsetAmount(Object amount)AmountvoidsetPercentage(Object percentage)PercentagevoidsetQuantity(Object quantity)QuantityStringtoString()AllocatedwithAmount(Object amount)AllocatedwithPercentage(Object percentage)AllocatedwithQuantity(Object quantity)
-
-
-
Field Detail
-
amount
@JsonPropertyDescription("The amount allocated to the accounting string.") private Object amountAmountThe amount allocated to the accounting string.
-
quantity
@JsonPropertyDescription("The quantity allocated to the accounting string.") private Object quantityQuantityThe quantity allocated to the accounting string.
-
percentage
@JsonPropertyDescription("The percentage of the line item amount allocated to the accounting string.") private Object percentagePercentageThe percentage of the line item amount allocated to the accounting string.
-
-
Method Detail
-
getAmount
public Object getAmount()
AmountThe amount allocated to the accounting string.
-
setAmount
public void setAmount(Object amount)
AmountThe amount allocated to the accounting string.
-
getQuantity
public Object getQuantity()
QuantityThe quantity allocated to the accounting string.
-
setQuantity
public void setQuantity(Object quantity)
QuantityThe quantity allocated to the accounting string.
-
getPercentage
public Object getPercentage()
PercentageThe percentage of the line item amount allocated to the accounting string.
-
setPercentage
public void setPercentage(Object percentage)
PercentageThe percentage of the line item amount allocated to the accounting string.
-
-