Class ContractAddressParamValue
java.lang.Object
bitel.billing.server.contract.bean.ContractAddressParamValue
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetFlat()intgetFloor()intintintgetPod()getRoom()setAddress(String address) setComment(String comment) setContractId(int contractId) setFloor(int floor) setFormatKey(String formatKey) setHouseId(int houseId) setParameterId(int parameterId) setPod(int pod)  
- 
Constructor Details
- 
ContractAddressParamValue
public ContractAddressParamValue() 
 - 
 - 
Method Details
- 
getAddress
 - 
setAddress
 - 
getFlat
 - 
setFlat
 - 
getFloor
public int getFloor() - 
setFloor
 - 
getHouseId
public int getHouseId() - 
setHouseId
 - 
getPod
public int getPod() - 
setPod
 - 
getRoom
 - 
setRoom
 - 
getComment
 - 
setComment
 - 
getFormatKey
 - 
setFormatKey
 - 
getContractId
public int getContractId() - 
setContractId
 - 
getParameterId
public int getParameterId() - 
setParameterId
 
 -