org.globus.mds.aggregator.types
Class PairedKeyType

java.lang.Object
  extended byorg.globus.mds.aggregator.types.PairedKeyType
All Implemented Interfaces:
Serializable

public class PairedKeyType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String entryKey
           
private  String groupKey
           
private static TypeDesc typeDesc
           
 
Constructor Summary
PairedKeyType()
           
PairedKeyType(String entryKey, String groupKey)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEntryKey()
          Gets the entryKey value for this PairedKeyType.
 String getGroupKey()
          Gets the groupKey value for this PairedKeyType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEntryKey(String entryKey)
          Sets the entryKey value for this PairedKeyType.
 void setGroupKey(String groupKey)
          Sets the groupKey value for this PairedKeyType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupKey

private String groupKey

entryKey

private String entryKey

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

PairedKeyType

public PairedKeyType()

PairedKeyType

public PairedKeyType(String entryKey,
                     String groupKey)
Method Detail

getGroupKey

public String getGroupKey()
Gets the groupKey value for this PairedKeyType.

Returns:
groupKey

setGroupKey

public void setGroupKey(String groupKey)
Sets the groupKey value for this PairedKeyType.

Parameters:
groupKey -

getEntryKey

public String getEntryKey()
Gets the entryKey value for this PairedKeyType.

Returns:
entryKey

setEntryKey

public void setEntryKey(String entryKey)
Sets the entryKey value for this PairedKeyType.

Parameters:
entryKey -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer