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 boolean
equals(Object other)
Object
getAmount()
AmountObject
getPercentage()
PercentageObject
getQuantity()
Quantityint
hashCode()
void
setAmount(Object amount)
Amountvoid
setPercentage(Object percentage)
Percentagevoid
setQuantity(Object quantity)
QuantityString
toString()
Allocated
withAmount(Object amount)
Allocated
withPercentage(Object percentage)
Allocated
withQuantity(Object quantity)
-
-
-
Field Detail
-
amount
@JsonPropertyDescription("The amount allocated to the accounting string.") private Object amount
AmountThe amount allocated to the accounting string.
-
quantity
@JsonPropertyDescription("The quantity allocated to the accounting string.") private Object quantity
QuantityThe quantity allocated to the accounting string.
-
percentage
@JsonPropertyDescription("The percentage of the line item amount allocated to the accounting string.") private Object percentage
PercentageThe 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.
-
-