public abstract class JobId extends TransferableObject implements Renderable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getId() |
java.lang.String |
getJobName() |
SessionId |
getOwnerSessionId() |
java.awt.Color |
getRenderColor() |
java.lang.String |
getRenderText() |
SessionId |
getSessionId() |
java.lang.String |
getUserName()
Returns the name of the user who caused the file transfer.
|
int |
hashCode() |
void |
setName(java.lang.String newName) |
void |
setOwnerSessionId(SessionId sessId) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetRenderIconpublic JobId(AgentId agentId)
public final SessionId getSessionId()
public final void setOwnerSessionId(SessionId sessId)
public final SessionId getOwnerSessionId()
public final int getId()
public java.lang.String getRenderText()
getRenderText in interface Renderablepublic java.awt.Color getRenderColor()
getRenderColor in interface Renderablepublic final java.lang.String getUserName()
public final java.lang.String getJobName()
public final void setName(java.lang.String newName)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.