org.nhind.config
Class Certificate

java.lang.Object
  extended by org.nhind.config.Certificate
All Implemented Interfaces:
Serializable

public class Certificate
extends Object
implements Serializable

See Also:
Serialized Form

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

Certificate

public Certificate()

Certificate

public Certificate(Calendar createTime,
                   byte[] data,
                   long id,
                   String owner,
                   boolean privateKey,
                   EntityStatus status,
                   Calendar validEndDate,
                   Calendar validStartDate)
Method Detail

getCreateTime

public Calendar getCreateTime()
Gets the createTime value for this Certificate.

Returns:
createTime

setCreateTime

public void setCreateTime(Calendar createTime)
Sets the createTime value for this Certificate.

Parameters:
createTime -

getData

public byte[] getData()
Gets the data value for this Certificate.

Returns:
data

setData

public void setData(byte[] data)
Sets the data value for this Certificate.

Parameters:
data -

getId

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

Returns:
id

setId

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

Parameters:
id -

getOwner

public String getOwner()
Gets the owner value for this Certificate.

Returns:
owner

setOwner

public void setOwner(String owner)
Sets the owner value for this Certificate.

Parameters:
owner -

isPrivateKey

public boolean isPrivateKey()
Gets the privateKey value for this Certificate.

Returns:
privateKey

setPrivateKey

public void setPrivateKey(boolean privateKey)
Sets the privateKey value for this Certificate.

Parameters:
privateKey -

getStatus

public EntityStatus getStatus()
Gets the status value for this Certificate.

Returns:
status

setStatus

public void setStatus(EntityStatus status)
Sets the status value for this Certificate.

Parameters:
status -

getValidEndDate

public Calendar getValidEndDate()
Gets the validEndDate value for this Certificate.

Returns:
validEndDate

setValidEndDate

public void setValidEndDate(Calendar validEndDate)
Sets the validEndDate value for this Certificate.

Parameters:
validEndDate -

getValidStartDate

public Calendar getValidStartDate()
Gets the validStartDate value for this Certificate.

Returns:
validStartDate

setValidStartDate

public void setValidStartDate(Calendar validStartDate)
Sets the validStartDate value for this Certificate.

Parameters:
validStartDate -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2013. All Rights Reserved.