Class CustomerEmployee
java.lang.Object
ru.bitel.bgbilling.kernel.customer.common.bean.CustomerEmployee
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerEmployee.Builder
builder()
static CustomerEmployee
fromJSON
(org.json.JSONObject jsonObject) int
getEmail()
getFio()
getPhone()
getUuid()
setAddress
(String address) setBirthday
(LocalDate birthday) setComment
(String comment) setCustomerId
(int customerId) setDateFrom
(LocalDate dateFrom) setDocumentNumber
(String documentNumber) setDocumentSerial
(String documentSerial) setDocumentWhenGive
(LocalDate documentWhenGive) setDocumentWhoGive
(String documentWhoGive) setPosition
(String position) org.json.JSONObject
toJSON()
-
Constructor Details
-
CustomerEmployee
public CustomerEmployee()
-
-
Method Details
-
getCustomerId
public int getCustomerId() -
getUuid
-
getPosition
-
getFio
-
getPhone
-
getMobile
-
getEmail
-
getComment
-
setCustomerId
-
setUuid
-
setPosition
-
setFio
-
setPhone
-
setMobile
-
setEmail
-
setComment
-
setBirthday
-
getBirthday
-
getAddress
-
setAddress
-
getDocumentSerial
-
setDocumentSerial
-
getDocumentNumber
-
setDocumentNumber
-
getDocumentWhoGive
-
setDocumentWhoGive
-
getDocumentWhenGive
-
setDocumentWhenGive
-
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
fromJSON
-
toJSON
public org.json.JSONObject toJSON() -
builder
-