|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.dorian.ifs.bean.HostCertificateRecord
public class HostCertificateRecord
| Constructor Summary | |
|---|---|
HostCertificateRecord()
|
|
HostCertificateRecord(X509Certificate certificate,
java.lang.String host,
int id,
java.lang.String owner,
PublicKey publicKey,
long serialNumber,
HostCertificateStatus status,
java.lang.String subject)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
X509Certificate |
getCertificate()
Gets the certificate value for this HostCertificateRecord. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getHost()
Gets the host value for this HostCertificateRecord. |
int |
getId()
Gets the id value for this HostCertificateRecord. |
java.lang.String |
getOwner()
Gets the owner value for this HostCertificateRecord. |
PublicKey |
getPublicKey()
Gets the publicKey value for this HostCertificateRecord. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
long |
getSerialNumber()
Gets the serialNumber value for this HostCertificateRecord. |
HostCertificateStatus |
getStatus()
Gets the status value for this HostCertificateRecord. |
java.lang.String |
getSubject()
Gets the subject value for this HostCertificateRecord. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCertificate(X509Certificate certificate)
Sets the certificate value for this HostCertificateRecord. |
void |
setHost(java.lang.String host)
Sets the host value for this HostCertificateRecord. |
void |
setId(int id)
Sets the id value for this HostCertificateRecord. |
void |
setOwner(java.lang.String owner)
Sets the owner value for this HostCertificateRecord. |
void |
setPublicKey(PublicKey publicKey)
Sets the publicKey value for this HostCertificateRecord. |
void |
setSerialNumber(long serialNumber)
Sets the serialNumber value for this HostCertificateRecord. |
void |
setStatus(HostCertificateStatus status)
Sets the status value for this HostCertificateRecord. |
void |
setSubject(java.lang.String subject)
Sets the subject value for this HostCertificateRecord. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HostCertificateRecord()
public HostCertificateRecord(X509Certificate certificate,
java.lang.String host,
int id,
java.lang.String owner,
PublicKey publicKey,
long serialNumber,
HostCertificateStatus status,
java.lang.String subject)
| Method Detail |
|---|
public int getId()
public void setId(int id)
id - public long getSerialNumber()
public void setSerialNumber(long serialNumber)
serialNumber - public java.lang.String getHost()
public void setHost(java.lang.String host)
host - public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject - public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner - public HostCertificateStatus getStatus()
public void setStatus(HostCertificateStatus status)
status - public X509Certificate getCertificate()
public void setCertificate(X509Certificate certificate)
certificate - public PublicKey getPublicKey()
public void setPublicKey(PublicKey publicKey)
publicKey - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||