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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlat()intgetFloor()intintgetPod()getRoom()setAddress(String address) setComment(String comment) setFloor(int floor) setFormatKey(String formatKey) setHouseId(int houseId) setObjectId(int value) setParamId(int paramId) setPod(int pod) Methods inherited from class ru.bitel.bgbilling.kernel.contract.object.common.bean.ParamValue
getObjectId, getParamId
-
Constructor Details
-
ParamAddressValue
public ParamAddressValue()
-
-
Method Details
-
getAddress
-
getComment
-
getFlat
-
getFloor
public int getFloor() -
getFormatKey
-
getHouseId
public int getHouseId() -
getPod
public int getPod() -
getRoom
-
setAddress
-
setComment
-
setFlat
-
setFloor
-
setFormatKey
-
setHouseId
-
setPod
-
setRoom
-
setObjectId
- Overrides:
setObjectIdin classParamValue
-
setParamId
- Overrides:
setParamIdin classParamValue
-