org.cagrid.gaards.cds.common
Class DelegationRecordFilter

java.lang.Object
  extended by org.cagrid.gaards.cds.common.DelegationRecordFilter
All Implemented Interfaces:
java.io.Serializable

public class DelegationRecordFilter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DelegationRecordFilter()
           
DelegationRecordFilter(DelegationIdentifier delegationIdentifier, DelegationStatus delegationStatus, ExpirationStatus expirationStatus, java.lang.String gridIdentity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DelegationIdentifier getDelegationIdentifier()
          Gets the delegationIdentifier value for this DelegationRecordFilter.
 DelegationStatus getDelegationStatus()
          Gets the delegationStatus value for this DelegationRecordFilter.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ExpirationStatus getExpirationStatus()
          Gets the expirationStatus value for this DelegationRecordFilter.
 java.lang.String getGridIdentity()
          Gets the gridIdentity value for this DelegationRecordFilter.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDelegationIdentifier(DelegationIdentifier delegationIdentifier)
          Sets the delegationIdentifier value for this DelegationRecordFilter.
 void setDelegationStatus(DelegationStatus delegationStatus)
          Sets the delegationStatus value for this DelegationRecordFilter.
 void setExpirationStatus(ExpirationStatus expirationStatus)
          Sets the expirationStatus value for this DelegationRecordFilter.
 void setGridIdentity(java.lang.String gridIdentity)
          Sets the gridIdentity value for this DelegationRecordFilter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegationRecordFilter

public DelegationRecordFilter()

DelegationRecordFilter

public DelegationRecordFilter(DelegationIdentifier delegationIdentifier,
                              DelegationStatus delegationStatus,
                              ExpirationStatus expirationStatus,
                              java.lang.String gridIdentity)
Method Detail

getDelegationIdentifier

public DelegationIdentifier getDelegationIdentifier()
Gets the delegationIdentifier value for this DelegationRecordFilter.

Returns:
delegationIdentifier

setDelegationIdentifier

public void setDelegationIdentifier(DelegationIdentifier delegationIdentifier)
Sets the delegationIdentifier value for this DelegationRecordFilter.

Parameters:
delegationIdentifier -

getGridIdentity

public java.lang.String getGridIdentity()
Gets the gridIdentity value for this DelegationRecordFilter.

Returns:
gridIdentity

setGridIdentity

public void setGridIdentity(java.lang.String gridIdentity)
Sets the gridIdentity value for this DelegationRecordFilter.

Parameters:
gridIdentity -

getDelegationStatus

public DelegationStatus getDelegationStatus()
Gets the delegationStatus value for this DelegationRecordFilter.

Returns:
delegationStatus

setDelegationStatus

public void setDelegationStatus(DelegationStatus delegationStatus)
Sets the delegationStatus value for this DelegationRecordFilter.

Parameters:
delegationStatus -

getExpirationStatus

public ExpirationStatus getExpirationStatus()
Gets the expirationStatus value for this DelegationRecordFilter.

Returns:
expirationStatus

setExpirationStatus

public void setExpirationStatus(ExpirationStatus expirationStatus)
Sets the expirationStatus value for this DelegationRecordFilter.

Parameters:
expirationStatus -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer