@Entity public class SystemEventDetailValueChunkImpl extends Object implements SystemEventDetailValueChunk
Modifier and Type | Field and Description |
---|---|
protected SystemEventDetail |
detail |
protected Long |
id |
Constructor and Description |
---|
SystemEventDetailValueChunkImpl() |
Modifier and Type | Method and Description |
---|---|
SystemEventDetail |
getDetail() |
Long |
getId() |
String |
getValue() |
void |
setDetail(SystemEventDetail detail) |
void |
setId(Long id) |
void |
setValue(String value) |
String |
toString() |
protected Long id
protected SystemEventDetail detail
public Long getId()
getId
in interface SystemEventDetailValueChunk
public void setId(Long id)
setId
in interface SystemEventDetailValueChunk
public String getValue()
getValue
in interface SystemEventDetailValueChunk
public void setValue(String value)
setValue
in interface SystemEventDetailValueChunk
public SystemEventDetail getDetail()
getDetail
in interface SystemEventDetailValueChunk
public void setDetail(SystemEventDetail detail)
setDetail
in interface SystemEventDetailValueChunk
Copyright © 2019. All rights reserved.