public class CustomerCommentCreate extends AbstractCustomerCommentActive
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customer |
content| Constructor and Description |
|---|
CustomerCommentCreate() |
| Modifier and Type | Method and Description |
|---|---|
CustomerCommentCreate |
customer(Long customer) |
boolean |
equals(Object o) |
Long |
getCustomer() |
int |
hashCode() |
void |
setCustomer(Long customer) |
String |
toString() |
content, getContent, setContentprotected Long customer
public CustomerCommentCreate customer(Long customer)
public Long getCustomer()
public void setCustomer(Long customer)
public boolean equals(Object o)
equals in class AbstractCustomerCommentActivepublic int hashCode()
hashCode in class AbstractCustomerCommentActivepublic String toString()
toString in class AbstractCustomerCommentActiveCopyright © 2023. All rights reserved.