Package com.xero.models.accounting
Class Allocations
- java.lang.Object
-
- com.xero.models.accounting.Allocations
-
public class Allocations extends Object
Allocations
-
-
Constructor Summary
Constructors Constructor Description Allocations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocationsaddAllocationsItem(Allocation allocationsItem)allocationsAllocationsallocations(List<Allocation> allocations)allocationsbooleanequals(Object o)List<Allocation>getAllocations()Get allocationsinthashCode()voidsetAllocations(List<Allocation> allocations)allocationsStringtoString()
-
-
-
Method Detail
-
allocations
public Allocations allocations(List<Allocation> allocations)
allocations- Parameters:
allocations- List<Allocation>- Returns:
- Allocations
-
addAllocationsItem
public Allocations addAllocationsItem(Allocation allocationsItem)
allocations- Parameters:
allocationsItem- Allocation- Returns:
- Allocations
-
getAllocations
public List<Allocation> getAllocations()
Get allocations- Returns:
- allocations
-
setAllocations
public void setAllocations(List<Allocation> allocations)
allocations- Parameters:
allocations- List<Allocation>
-
-