Class ParamAddressValue
java.lang.Object
ru.bitel.bgbilling.kernel.contract.object.common.bean.ParamValue
ru.bitel.bgbilling.kernel.contract.object.common.bean.ParamAddressValue
- All Implemented Interfaces:
Serializable
Значение адресного параметра объекта.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.bgbilling.kernel.contract.object.common.bean.ParamValue
ParamValue.Builder<T extends ParamValue>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFlat()
int
getFloor()
int
int
getPod()
getRoom()
void
setAddress
(String address) void
setComment
(String comment) void
void
setFloor
(int floor) void
setFormatKey
(String formatKey) void
setHouseId
(int houseId) void
setPod
(int pod) void
Methods inherited from class ru.bitel.bgbilling.kernel.contract.object.common.bean.ParamValue
getObjectId, getParamId, setObjectId, setParamId
-
Constructor Details
-
ParamAddressValue
public ParamAddressValue()
-
-
Method Details
-
getAddress
-
setAddress
-
getFlat
-
setFlat
-
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
-
setRoom
-
getComment
-
setComment
-
getFormatKey
-
setFormatKey
-