public class TransactionInvoiceCommentActive extends AbstractTransactionInvoiceCommentActive
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
content| Constructor and Description |
|---|
TransactionInvoiceCommentActive() |
| 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() |
TransactionInvoiceCommentActive |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
TransactionInvoiceCommentActive |
version(Long version) |
content, getContent, setContentpublic TransactionInvoiceCommentActive id(Long id)
public Long getId()
public void setId(Long id)
public TransactionInvoiceCommentActive version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractTransactionInvoiceCommentActivepublic int hashCode()
hashCode in class AbstractTransactionInvoiceCommentActivepublic String toString()
toString in class AbstractTransactionInvoiceCommentActiveCopyright © 2023. All rights reserved.