org.cagrid.gaards.cds.common
Class DelegationRecord

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

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

See Also:
Serialized Form

Constructor Summary
DelegationRecord()
           
DelegationRecord(CertificateChain certificateChain, long dateApproved, long dateInitiated, DelegationIdentifier delegationIdentifier, DelegationPolicy delegationPolicy, DelegationStatus delegationStatus, long expiration, java.lang.String gridIdentity, ProxyLifetime issuedCredentialLifetime, int issuedCredentialPathLength)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CertificateChain getCertificateChain()
          Gets the certificateChain value for this DelegationRecord.
 long getDateApproved()
          Gets the dateApproved value for this DelegationRecord.
 long getDateInitiated()
          Gets the dateInitiated value for this DelegationRecord.
 DelegationIdentifier getDelegationIdentifier()
          Gets the delegationIdentifier value for this DelegationRecord.
 DelegationPolicy getDelegationPolicy()
          Gets the delegationPolicy value for this DelegationRecord.
 DelegationStatus getDelegationStatus()
          Gets the delegationStatus value for this DelegationRecord.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getExpiration()
          Gets the expiration value for this DelegationRecord.
 java.lang.String getGridIdentity()
          Gets the gridIdentity value for this DelegationRecord.
 ProxyLifetime getIssuedCredentialLifetime()
          Gets the issuedCredentialLifetime value for this DelegationRecord.
 int getIssuedCredentialPathLength()
          Gets the issuedCredentialPathLength value for this DelegationRecord.
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 setCertificateChain(CertificateChain certificateChain)
          Sets the certificateChain value for this DelegationRecord.
 void setDateApproved(long dateApproved)
          Sets the dateApproved value for this DelegationRecord.
 void setDateInitiated(long dateInitiated)
          Sets the dateInitiated value for this DelegationRecord.
 void setDelegationIdentifier(DelegationIdentifier delegationIdentifier)
          Sets the delegationIdentifier value for this DelegationRecord.
 void setDelegationPolicy(DelegationPolicy delegationPolicy)
          Sets the delegationPolicy value for this DelegationRecord.
 void setDelegationStatus(DelegationStatus delegationStatus)
          Sets the delegationStatus value for this DelegationRecord.
 void setExpiration(long expiration)
          Sets the expiration value for this DelegationRecord.
 void setGridIdentity(java.lang.String gridIdentity)
          Sets the gridIdentity value for this DelegationRecord.
 void setIssuedCredentialLifetime(ProxyLifetime issuedCredentialLifetime)
          Sets the issuedCredentialLifetime value for this DelegationRecord.
 void setIssuedCredentialPathLength(int issuedCredentialPathLength)
          Sets the issuedCredentialPathLength value for this DelegationRecord.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegationRecord

public DelegationRecord()

DelegationRecord

public DelegationRecord(CertificateChain certificateChain,
                        long dateApproved,
                        long dateInitiated,
                        DelegationIdentifier delegationIdentifier,
                        DelegationPolicy delegationPolicy,
                        DelegationStatus delegationStatus,
                        long expiration,
                        java.lang.String gridIdentity,
                        ProxyLifetime issuedCredentialLifetime,
                        int issuedCredentialPathLength)
Method Detail

getDelegationIdentifier

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

Returns:
delegationIdentifier

setDelegationIdentifier

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

Parameters:
delegationIdentifier -

getGridIdentity

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

Returns:
gridIdentity

setGridIdentity

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

Parameters:
gridIdentity -

getDelegationStatus

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

Returns:
delegationStatus

setDelegationStatus

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

Parameters:
delegationStatus -

getIssuedCredentialPathLength

public int getIssuedCredentialPathLength()
Gets the issuedCredentialPathLength value for this DelegationRecord.

Returns:
issuedCredentialPathLength

setIssuedCredentialPathLength

public void setIssuedCredentialPathLength(int issuedCredentialPathLength)
Sets the issuedCredentialPathLength value for this DelegationRecord.

Parameters:
issuedCredentialPathLength -

getDateInitiated

public long getDateInitiated()
Gets the dateInitiated value for this DelegationRecord.

Returns:
dateInitiated

setDateInitiated

public void setDateInitiated(long dateInitiated)
Sets the dateInitiated value for this DelegationRecord.

Parameters:
dateInitiated -

getDateApproved

public long getDateApproved()
Gets the dateApproved value for this DelegationRecord.

Returns:
dateApproved

setDateApproved

public void setDateApproved(long dateApproved)
Sets the dateApproved value for this DelegationRecord.

Parameters:
dateApproved -

getExpiration

public long getExpiration()
Gets the expiration value for this DelegationRecord.

Returns:
expiration

setExpiration

public void setExpiration(long expiration)
Sets the expiration value for this DelegationRecord.

Parameters:
expiration -

getIssuedCredentialLifetime

public ProxyLifetime getIssuedCredentialLifetime()
Gets the issuedCredentialLifetime value for this DelegationRecord.

Returns:
issuedCredentialLifetime

setIssuedCredentialLifetime

public void setIssuedCredentialLifetime(ProxyLifetime issuedCredentialLifetime)
Sets the issuedCredentialLifetime value for this DelegationRecord.

Parameters:
issuedCredentialLifetime -

getDelegationPolicy

public DelegationPolicy getDelegationPolicy()
Gets the delegationPolicy value for this DelegationRecord.

Returns:
delegationPolicy

setDelegationPolicy

public void setDelegationPolicy(DelegationPolicy delegationPolicy)
Sets the delegationPolicy value for this DelegationRecord.

Parameters:
delegationPolicy -

getCertificateChain

public CertificateChain getCertificateChain()
Gets the certificateChain value for this DelegationRecord.

Returns:
certificateChain

setCertificateChain

public void setCertificateChain(CertificateChain certificateChain)
Sets the certificateChain value for this DelegationRecord.

Parameters:
certificateChain -

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