gov.nih.nci.cagrid.dorian.ifs.bean
Class HostCertificateUpdate

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.ifs.bean.HostCertificateUpdate
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
HostCertificateUpdate()
           
HostCertificateUpdate(long id, java.lang.String owner, HostCertificateStatus status)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this HostCertificateUpdate.
 java.lang.String getOwner()
          Gets the owner value for this HostCertificateUpdate.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 HostCertificateStatus getStatus()
          Gets the status value for this HostCertificateUpdate.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(long id)
          Sets the id value for this HostCertificateUpdate.
 void setOwner(java.lang.String owner)
          Sets the owner value for this HostCertificateUpdate.
 void setStatus(HostCertificateStatus status)
          Sets the status value for this HostCertificateUpdate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostCertificateUpdate

public HostCertificateUpdate()

HostCertificateUpdate

public HostCertificateUpdate(long id,
                             java.lang.String owner,
                             HostCertificateStatus status)
Method Detail

getId

public long getId()
Gets the id value for this HostCertificateUpdate.

Returns:
id

setId

public void setId(long id)
Sets the id value for this HostCertificateUpdate.

Parameters:
id -

getOwner

public java.lang.String getOwner()
Gets the owner value for this HostCertificateUpdate.

Returns:
owner

setOwner

public void setOwner(java.lang.String owner)
Sets the owner value for this HostCertificateUpdate.

Parameters:
owner -

getStatus

public HostCertificateStatus getStatus()
Gets the status value for this HostCertificateUpdate.

Returns:
status

setStatus

public void setStatus(HostCertificateStatus status)
Sets the status value for this HostCertificateUpdate.

Parameters:
status -

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