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, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getRenderIcon
public 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 Renderable
public java.awt.Color getRenderColor()
getRenderColor
in interface Renderable
public 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.Object
public final int hashCode()
hashCode
in class java.lang.Object
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.