|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhind.config.Certificate
public class Certificate
| Constructor Summary | |
|---|---|
Certificate()
|
|
Certificate(Calendar createTime,
byte[] data,
long id,
String owner,
boolean privateKey,
EntityStatus status,
Calendar validEndDate,
Calendar validStartDate)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Calendar |
getCreateTime()
Gets the createTime value for this Certificate. |
byte[] |
getData()
Gets the data value for this Certificate. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
long |
getId()
Gets the id value for this Certificate. |
String |
getOwner()
Gets the owner value for this Certificate. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
EntityStatus |
getStatus()
Gets the status value for this Certificate. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Calendar |
getValidEndDate()
Gets the validEndDate value for this Certificate. |
Calendar |
getValidStartDate()
Gets the validStartDate value for this Certificate. |
int |
hashCode()
|
boolean |
isPrivateKey()
Gets the privateKey value for this Certificate. |
void |
setCreateTime(Calendar createTime)
Sets the createTime value for this Certificate. |
void |
setData(byte[] data)
Sets the data value for this Certificate. |
void |
setId(long id)
Sets the id value for this Certificate. |
void |
setOwner(String owner)
Sets the owner value for this Certificate. |
void |
setPrivateKey(boolean privateKey)
Sets the privateKey value for this Certificate. |
void |
setStatus(EntityStatus status)
Sets the status value for this Certificate. |
void |
setValidEndDate(Calendar validEndDate)
Sets the validEndDate value for this Certificate. |
void |
setValidStartDate(Calendar validStartDate)
Sets the validStartDate value for this Certificate. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Certificate()
public Certificate(Calendar createTime,
byte[] data,
long id,
String owner,
boolean privateKey,
EntityStatus status,
Calendar validEndDate,
Calendar validStartDate)
| Method Detail |
|---|
public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - public byte[] getData()
public void setData(byte[] data)
data - public long getId()
public void setId(long id)
id - public String getOwner()
public void setOwner(String owner)
owner - public boolean isPrivateKey()
public void setPrivateKey(boolean privateKey)
privateKey - public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - public Calendar getValidEndDate()
public void setValidEndDate(Calendar validEndDate)
validEndDate - public Calendar getValidStartDate()
public void setValidStartDate(Calendar validStartDate)
validStartDate - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||