|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.server.ServerHistoryEvent
public class ServerHistoryEvent
Class representation of the rhnserverhistory table ServerHistoryEvent
| Constructor Summary | |
|---|---|
ServerHistoryEvent()
Constructor for ServerHistoryEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
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 |
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 |
| Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper |
|---|
getCreated, getModified, setCreated, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerHistoryEvent()
| Method Detail |
|---|
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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||