Class ParameterAddressValue

java.lang.Object
ru.bgcrm.model.param.ParameterAddressValue

public class ParameterAddressValue extends Object
Value of parameter with type address.
  • Constructor Details

    • ParameterAddressValue

      public ParameterAddressValue()
  • Method Details

    • getHouseId

      public int getHouseId()
    • setHouseId

      public void setHouseId(int houseId)
    • withHouseId

      public ParameterAddressValue withHouseId(int houseId)
    • getFlat

      public String getFlat()
    • setFlat

      public void setFlat(String flat)
    • withFlat

      public ParameterAddressValue withFlat(String flat)
    • getRoom

      public String getRoom()
    • setRoom

      public void setRoom(String room)
    • getPod

      public int getPod()
    • setPod

      public void setPod(int pod)
    • getFloor

      public int getFloor()
    • setFloor

      public void setFloor(int floor)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getCustom

      public String getCustom()
    • setCustom

      public void setCustom(String custom)
    • getHouse

      public AddressHouse getHouse()
    • setHouse

      public void setHouse(AddressHouse house)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object