Class SmartHouseAccount
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
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) Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError
-
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()
-