|
|||||||||
| 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.action.ActionChild
com.redhat.rhn.domain.action.server.ServerAction
public class ServerAction
ServerActionDetails - Class representation of the table rhnServerAction.
| Constructor Summary | |
|---|---|
ServerAction()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
java.util.Date |
getCompletionTime()
Getter for completionTime |
java.util.Date |
getPickupTime()
Getter for pickupTime |
java.lang.Long |
getRemainingTries()
Getter for remainingTries |
java.lang.Long |
getResultCode()
Getter for resultCode |
java.lang.String |
getResultMsg()
Getter for resultMsg |
Server |
getServer()
Gets the Server associated with this ServerAction record |
ActionStatus |
getStatus()
Getter for status |
int |
hashCode()
|
void |
setCompletionTime(java.util.Date completionTimeIn)
Setter for completionTime |
void |
setPickupTime(java.util.Date pickupTimeIn)
Setter for pickupTime |
void |
setRemainingTries(java.lang.Long remainingTriesIn)
Setter for remainingTries |
void |
setResultCode(java.lang.Long resultCodeIn)
Setter for resultCode |
void |
setResultMsg(java.lang.String resultMsgIn)
Setter for resultMsg |
void |
setServer(Server serverIn)
Sets the Server associated with this ServerAction record |
void |
setStatus(ActionStatus statusIn)
Setter for status |
| Methods inherited from class com.redhat.rhn.domain.action.ActionChild |
|---|
getParentAction, setParentAction |
| 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 ServerAction()
| Method Detail |
|---|
public ActionStatus getStatus()
public void setStatus(ActionStatus statusIn)
statusIn - to setpublic java.lang.Long getResultCode()
public void setResultCode(java.lang.Long resultCodeIn)
resultCodeIn - to setpublic java.lang.String getResultMsg()
public void setResultMsg(java.lang.String resultMsgIn)
resultMsgIn - to setpublic java.util.Date getPickupTime()
public void setPickupTime(java.util.Date pickupTimeIn)
pickupTimeIn - to setpublic java.util.Date getCompletionTime()
public void setCompletionTime(java.util.Date completionTimeIn)
completionTimeIn - to setpublic java.lang.Long getRemainingTries()
public void setRemainingTries(java.lang.Long remainingTriesIn)
remainingTriesIn - to setpublic Server getServer()
public void setServer(Server serverIn)
serverIn - The server to set.public boolean equals(java.lang.Object other)
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 | ||||||||