public class CustomerCommentActive extends AbstractCustomerCommentActive
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
content| Constructor and Description |
|---|
CustomerCommentActive() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
CustomerCommentActive |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
CustomerCommentActive |
version(Long version) |
content, getContent, setContentpublic CustomerCommentActive id(Long id)
public Long getId()
public void setId(Long id)
public CustomerCommentActive version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractCustomerCommentActivepublic int hashCode()
hashCode in class AbstractCustomerCommentActivepublic String toString()
toString in class AbstractCustomerCommentActiveCopyright © 2022. All rights reserved.