public class ServerHistoryEvent extends BaseDomainHelper
| Constructor and Description |
|---|
ServerHistoryEvent()
Constructor for ServerHistoryEvent
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreated()
Gets the current value of created
|
java.lang.String |
getDetails()
Getter for details
|
java.lang.Long |
getId()
Getter for id
|
Server |
getServer()
Getter for server
|
java.lang.String |
getSummary()
Getter for summary
|
int |
hashCode() |
void |
setCreated(java.util.Date createdIn)
Sets the value of created to new value
|
void |
setCreated(java.lang.String createdIn) |
void |
setDetails(java.lang.String detailsIn)
Set the details of an event
|
void |
setId(java.lang.Long idIn)
Set the id of an event
|
void |
setServer(Server serverIn)
associate a server with the event
|
void |
setSummary(java.lang.String summaryIn)
sets the summary of the event
|
getModified, setModified, toStringpublic ServerHistoryEvent()
public java.lang.String getDetails()
public void setDetails(java.lang.String detailsIn)
detailsIn - the details to setpublic java.lang.Long getId()
public void setId(java.lang.Long idIn)
idIn - the id to setpublic Server getServer()
public void setServer(Server serverIn)
serverIn - the Server to associatepublic java.lang.String getSummary()
public void setSummary(java.lang.String summaryIn)
summaryIn - the summary to setpublic java.util.Date getCreated()
BaseDomainHelpergetCreated in class BaseDomainHelperpublic void setCreated(java.util.Date createdIn)
BaseDomainHelpersetCreated in class BaseDomainHelpercreatedIn - Date of creation of the eventpublic void setCreated(java.lang.String createdIn)
createdIn - Date of creation of the eventpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object