public class ProcessTO
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
appID |
private boolean |
binaryOutdated |
private java.lang.String |
hostName |
private long |
lastActivityTS |
private java.lang.String |
profileHash |
private java.lang.String |
profileName |
private LauncherProfileType |
profileType |
private ProcessStatus |
status |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
ProcessTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAppID() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getHostName() |
long |
getLastActivityTS() |
java.lang.String |
getProfileHash() |
java.lang.String |
getProfileName() |
LauncherProfileType |
getProfileType() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
ProcessStatus |
getStatus() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isBinaryOutdated() |
void |
setAppID(java.lang.String appID) |
void |
setBinaryOutdated(boolean binaryOutdated) |
void |
setHostName(java.lang.String hostName) |
void |
setLastActivityTS(long lastActivityTS) |
void |
setProfileHash(java.lang.String profileHash) |
void |
setProfileName(java.lang.String profileName) |
void |
setProfileType(LauncherProfileType profileType) |
void |
setStatus(ProcessStatus status) |
private java.lang.String appID
private boolean binaryOutdated
private java.lang.String hostName
private long lastActivityTS
private java.lang.String profileHash
private java.lang.String profileName
private LauncherProfileType profileType
private ProcessStatus status
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getAppID()
public void setAppID(java.lang.String appID)
public boolean isBinaryOutdated()
public void setBinaryOutdated(boolean binaryOutdated)
public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
public long getLastActivityTS()
public void setLastActivityTS(long lastActivityTS)
public java.lang.String getProfileHash()
public void setProfileHash(java.lang.String profileHash)
public java.lang.String getProfileName()
public void setProfileName(java.lang.String profileName)
public LauncherProfileType getProfileType()
public void setProfileType(LauncherProfileType profileType)
public ProcessStatus getStatus()
public void setStatus(ProcessStatus status)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)