public class SMEntry extends Object implements Serializable
| Constructor and Description |
|---|
SMEntry() |
SMEntry(long computationId,
long entryId,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getComputationId()
Gets the computationId value for this SMEntry.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getEntryId()
Gets the entryId value for this SMEntry.
|
String |
getKey()
Gets the key value for this SMEntry.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue()
Gets the value value for this SMEntry.
|
int |
hashCode() |
void |
setComputationId(long computationId)
Sets the computationId value for this SMEntry.
|
void |
setEntryId(long entryId)
Sets the entryId value for this SMEntry.
|
void |
setKey(String key)
Sets the key value for this SMEntry.
|
void |
setValue(String value)
Sets the value value for this SMEntry.
|
public long getEntryId()
public void setEntryId(long entryId)
entryId - public long getComputationId()
public void setComputationId(long computationId)
computationId - public String getKey()
public void setKey(String key)
key - public String getValue()
public void setValue(String value)
value - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.