Class SmartHouseAccount
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdContractId
ru.bitel.bgbilling.modules.smarthouse.common.bean.SmartHouseAccount
- All Implemented Interfaces:
Serializable,ContractIdable,Idable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjectintgetData()getState()getTitle()intgetType()setComment(String comment) setContractId(int contractId) setContractObjectId(int contractObjectId) setId(int id) Устанавливает id объектаsetState(SmartHouseAccountState state) setStatus(SmartHouseAccountStatus status) setType(int type) Methods inherited from class ru.bitel.common.model.IdContractId
getContractId
-
Constructor Details
-
SmartHouseAccount
public SmartHouseAccount()
-
-
Method Details
-
getTitle
-
getType
public int getType() -
getContractObjectId
public int getContractObjectId() -
getStatus
-
getState
-
getComment
-
getData
-
setTitle
-
setType
-
setContractId
- Overrides:
setContractIdin classIdContractId
-
setContractObjectId
-
setStatus
-
setState
-
setComment
-
setData
-
dataToJson
public org.json.JSONObject dataToJson() -
setId
Description copied from class:IdУстанавливает id объекта
-