@Entity public class AuditItemAttributeImpl extends Object implements AuditItemAttribute
AuditItemAttribute,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected AuditItem |
item |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
AuditItemAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId() |
AuditItem |
getItem() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setId(Long id) |
void |
setItem(AuditItem item) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
protected Long id
protected String name
protected String value
protected AuditItem item
public Long getId()
getId in interface AuditItemAttributepublic void setId(Long id)
setId in interface AuditItemAttributepublic String getValue()
getValue in interface AuditItemAttributepublic void setValue(String value)
setValue in interface AuditItemAttributepublic String getName()
getName in interface AuditItemAttributepublic void setName(String name)
setName in interface AuditItemAttributepublic AuditItem getItem()
getItem in interface AuditItemAttributepublic void setItem(AuditItem item)
setItem in interface AuditItemAttributeCopyright © 2019. All rights reserved.