Class Reservation

    • Constructor Detail

      • Reservation

        public Reservation()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getAllotment

        public Allotment getAllotment()
      • setAllotment

        public void setAllotment​(Allotment allotment)
      • getBillingItem

        public Item getBillingItem()
      • setBillingItem

        public void setBillingItem​(Item billingItem)
      • getLocation

        public Location getLocation()
      • setLocation

        public void setLocation​(Location location)
      • getLocationReservationRack

        public Rack getLocationReservationRack()
      • setLocationReservationRack

        public void setLocationReservationRack​(Rack locationReservationRack)
      • getAllotmentId

        public Long getAllotmentId()
      • setAllotmentId

        public void setAllotmentId​(Long allotmentId)
      • isAllotmentIdSpecified

        public boolean isAllotmentIdSpecified()
      • unsetAllotmentId

        public void unsetAllotmentId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getLocationId

        public Long getLocationId()
      • setLocationId

        public void setLocationId​(Long locationId)
      • isLocationIdSpecified

        public boolean isLocationIdSpecified()
      • unsetLocationId

        public void unsetLocationId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • isNotesSpecified

        public boolean isNotesSpecified()
      • unsetNotes

        public void unsetNotes()