Class Allocations


  • public class Allocations
    extends Object
    Allocations
    • Constructor Detail

      • Allocations

        public Allocations()
    • 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>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object