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()
void
setAddress
(String address) void
setBirthday
(LocalDate birthday) void
setComment
(String comment) void
setCustomerId
(int customerId) void
setDateFrom
(LocalDate dateFrom) void
void
setDocumentNumber
(String documentNumber) void
setDocumentSerial
(String documentSerial) void
setDocumentWhenGive
(LocalDate documentWhenGive) void
setDocumentWhoGive
(String documentWhoGive) void
void
void
void
void
setPosition
(String position) void
org.json.JSONObject
toJSON()
-
Constructor Details
-
CustomerEmployee
public CustomerEmployee()
-
-
Method Details
-
getCustomerId
public int getCustomerId() -
getUuid
-
getPosition
-
getFio
-
getPhone
-
getMobile
-
getEmail
-
getComment
-
setCustomerId
public void setCustomerId(int customerId) -
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
-