Class RegisterCall
java.lang.Object
ru.bitel.bgbilling.plugins.crm.common.model.RegisterCall
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegisterCall.Builder
builder()
static RegisterCall.Builder
builder
(RegisterCall registerCall) int
int
int
getId()
int
int
getTime()
int
int
setComment
(String comment) setContractId
(int contractId) setContractTitle
(String contractTitle) setGroupId
(int groupId) setId
(int id) setObjectId
(int objectId) setObjectTitle
(String objectTitle) setProblemId
(int problemId) setTypeId
(int typeId) setTypeTitle
(String typeTitle) setUserId
(int userId)
-
Constructor Details
-
RegisterCall
public RegisterCall()
-
-
Method Details
-
getId
public int getId() -
setId
-
getTime
-
setTime
-
setTypeId
-
setGroupId
-
setContractId
-
setUserId
-
setProblemId
-
setTypeTitle
-
setComment
-
getTypeId
public int getTypeId() -
getGroupId
public int getGroupId() -
getContractId
public int getContractId() -
getUserId
public int getUserId() -
getProblemId
public int getProblemId() -
getTypeTitle
-
getComment
-
getObjectId
public int getObjectId() -
setObjectId
-
getContractTitle
-
setContractTitle
-
getObjectTitle
-
setObjectTitle
-
toRegisterCallItem
-
builder
-
builder
-