Class SmartHouseAccount
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.smarthouse.common.bean.SmartHouseAccount
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObject
int
int
getData()
getState()
getTitle()
int
getType()
setComment
(String comment) setContractId
(int contractId) setContractObjectId
(int contractObjectId) setState
(SmartHouseAccountState state) setStatus
(SmartHouseAccountStatus status) setType
(int type)
-
Constructor Details
-
SmartHouseAccount
public SmartHouseAccount() -
SmartHouseAccount
public SmartHouseAccount(int id)
-
-
Method Details
-
getTitle
-
getType
public int getType() -
getContractId
public int getContractId() -
getContractObjectId
public int getContractObjectId() -
getStatus
-
getState
-
getComment
-
getData
-
setTitle
-
setType
-
setContractId
-
setContractObjectId
-
setStatus
-
setState
-
setComment
-
setData
-
dataToJson
public org.json.JSONObject dataToJson()
-