Class ContractAddressParamValue

java.lang.Object
bitel.billing.server.contract.bean.ContractAddressParamValue
All Implemented Interfaces:
Serializable

public class ContractAddressParamValue extends Object implements Serializable
See Also:
  • Constructor Details

    • ContractAddressParamValue

      public ContractAddressParamValue()
  • Method Details

    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getFlat

      public String getFlat()
    • setFlat

      public void setFlat(String flat)
    • getFloor

      public int getFloor()
    • setFloor

      public void setFloor(int floor)
    • getHouseId

      public int getHouseId()
    • setHouseId

      public void setHouseId(int houseId)
    • getPod

      public int getPod()
    • setPod

      public void setPod(int pod)
    • getRoom

      public String getRoom()
    • setRoom

      public void setRoom(String room)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getFormatKey

      public String getFormatKey()
    • setFormatKey

      public void setFormatKey(String formatKey)
    • getContractId

      public int getContractId()
    • setContractId

      public void setContractId(int contractId)
    • getParameterId

      public int getParameterId()
    • setParameterId

      public void setParameterId(int parameterId)