public class Event extends EntityBase
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDate() |
EventType |
getEventType() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names.
|
java.lang.String |
getResourceId() |
void |
setDate(long date) |
void |
setEventType(EventType eventType) |
void |
setResourceId(java.lang.String resourceId) |
getCreationDate, getId, getTag, setCreationDate, setId, setTaggetDependentObjects, getSubObjects, getValuespublic java.lang.String getResourceId()
public void setResourceId(java.lang.String resourceId)
public EventType getEventType()
public void setEventType(EventType eventType)
public long getDate()
public void setDate(long date)
public java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class EntityBase