@Entity public class SystemEventDetailImpl extends Object implements SystemEventDetail
Modifier and Type | Field and Description |
---|---|
protected byte[] |
blob |
protected SystemEvent |
event |
protected String |
friendlyName |
protected Long |
id |
protected List<SystemEventDetailValueChunk> |
longValue |
protected String |
name |
Constructor and Description |
---|
SystemEventDetailImpl() |
Modifier and Type | Method and Description |
---|---|
protected SystemEventDetailValueChunk |
createChunk(SystemEventDetail detail,
String temp) |
Serializable |
getBlob()
Can be used if a large piece of binary data should accompany the event
|
SystemEvent |
getEvent() |
String |
getFriendlyName() |
Long |
getId() |
String |
getLongValue()
A value whose length is greater than a standard 255 character string.
|
String |
getName() |
String |
getValue()
A short value - less than 255 characters
|
void |
setBlob(Serializable blob) |
void |
setEvent(SystemEvent event) |
void |
setFriendlyName(String friendlyName) |
void |
setId(Long id) |
void |
setLongValue(String val) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
protected Long id
protected SystemEvent event
protected String name
protected String friendlyName
protected List<SystemEventDetailValueChunk> longValue
protected byte[] blob
public Serializable getBlob()
SystemEventDetail
getBlob
in interface SystemEventDetail
public void setBlob(Serializable blob)
setBlob
in interface SystemEventDetail
public SystemEvent getEvent()
getEvent
in interface SystemEventDetail
public void setEvent(SystemEvent event)
setEvent
in interface SystemEventDetail
public Long getId()
getId
in interface ScheduledDetail
public void setId(Long id)
setId
in interface ScheduledDetail
public String getFriendlyName()
getFriendlyName
in interface ScheduledDetail
public void setFriendlyName(String friendlyName)
setFriendlyName
in interface ScheduledDetail
public String getName()
getName
in interface ScheduledDetail
public void setName(String name)
setName
in interface ScheduledDetail
public String getValue()
ScheduledDetail
getValue
in interface ScheduledDetail
public void setValue(String value)
setValue
in interface ScheduledDetail
public void setLongValue(String val)
setLongValue
in interface ScheduledDetail
public String getLongValue()
ScheduledDetail
getLongValue
in interface ScheduledDetail
protected SystemEventDetailValueChunk createChunk(SystemEventDetail detail, String temp)
Copyright © 2019. All rights reserved.