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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetFlat()intgetFloor()intintgetPod()getRoom()voidsetAddress(String address) voidsetComment(String comment) voidvoidsetFloor(int floor) voidsetFormatKey(String formatKey) voidsetHouseId(int houseId) voidsetPod(int pod) voidMethods 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
 
 -