Class CustomerEmployee
java.lang.Object
ru.bitel.bgbilling.kernel.customer.common.bean.CustomerEmployee
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerEmployee.Builderbuilder()static CustomerEmployeefromJSON(org.json.JSONObject jsonObject) intgetEmail()getFio()getPhone()getUuid()voidsetAddress(String address) voidsetBirthday(LocalDate birthday) voidsetComment(String comment) voidsetCustomerId(int customerId) voidsetDateFrom(LocalDate dateFrom) voidvoidsetDocumentNumber(String documentNumber) voidsetDocumentSerial(String documentSerial) voidsetDocumentWhenGive(LocalDate documentWhenGive) voidsetDocumentWhoGive(String documentWhoGive) voidvoidvoidvoidvoidsetPosition(String position) voidorg.json.JSONObjecttoJSON()
-
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
-