org.nhind.config
Class Anchor

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

public class Anchor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Anchor()
           
Anchor(long certificateId, Calendar createTime, byte[] data, long id, boolean incoming, boolean outgoing, String owner, EntityStatus status, String thumbprint, Calendar validEndDate, Calendar validStartDate)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getCertificateId()
          Gets the certificateId value for this Anchor.
 Calendar getCreateTime()
          Gets the createTime value for this Anchor.
 byte[] getData()
          Gets the data value for this Anchor.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this Anchor.
 String getOwner()
          Gets the owner value for this Anchor.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 EntityStatus getStatus()
          Gets the status value for this Anchor.
 String getThumbprint()
          Gets the thumbprint value for this Anchor.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Calendar getValidEndDate()
          Gets the validEndDate value for this Anchor.
 Calendar getValidStartDate()
          Gets the validStartDate value for this Anchor.
 int hashCode()
           
 boolean isIncoming()
          Gets the incoming value for this Anchor.
 boolean isOutgoing()
          Gets the outgoing value for this Anchor.
 void setCertificateId(long certificateId)
          Sets the certificateId value for this Anchor.
 void setCreateTime(Calendar createTime)
          Sets the createTime value for this Anchor.
 void setData(byte[] data)
          Sets the data value for this Anchor.
 void setId(long id)
          Sets the id value for this Anchor.
 void setIncoming(boolean incoming)
          Sets the incoming value for this Anchor.
 void setOutgoing(boolean outgoing)
          Sets the outgoing value for this Anchor.
 void setOwner(String owner)
          Sets the owner value for this Anchor.
 void setStatus(EntityStatus status)
          Sets the status value for this Anchor.
 void setThumbprint(String thumbprint)
          Sets the thumbprint value for this Anchor.
 void setValidEndDate(Calendar validEndDate)
          Sets the validEndDate value for this Anchor.
 void setValidStartDate(Calendar validStartDate)
          Sets the validStartDate value for this Anchor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Anchor

public Anchor()

Anchor

public Anchor(long certificateId,
              Calendar createTime,
              byte[] data,
              long id,
              boolean incoming,
              boolean outgoing,
              String owner,
              EntityStatus status,
              String thumbprint,
              Calendar validEndDate,
              Calendar validStartDate)
Method Detail

getCertificateId

public long getCertificateId()
Gets the certificateId value for this Anchor.

Returns:
certificateId

setCertificateId

public void setCertificateId(long certificateId)
Sets the certificateId value for this Anchor.

Parameters:
certificateId -

getCreateTime

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

Returns:
createTime

setCreateTime

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

Parameters:
createTime -

getData

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

Returns:
data

setData

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

Parameters:
data -

getId

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

Returns:
id

setId

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

Parameters:
id -

isIncoming

public boolean isIncoming()
Gets the incoming value for this Anchor.

Returns:
incoming

setIncoming

public void setIncoming(boolean incoming)
Sets the incoming value for this Anchor.

Parameters:
incoming -

isOutgoing

public boolean isOutgoing()
Gets the outgoing value for this Anchor.

Returns:
outgoing

setOutgoing

public void setOutgoing(boolean outgoing)
Sets the outgoing value for this Anchor.

Parameters:
outgoing -

getOwner

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

Returns:
owner

setOwner

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

Parameters:
owner -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getThumbprint

public String getThumbprint()
Gets the thumbprint value for this Anchor.

Returns:
thumbprint

setThumbprint

public void setThumbprint(String thumbprint)
Sets the thumbprint value for this Anchor.

Parameters:
thumbprint -

getValidEndDate

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

Returns:
validEndDate

setValidEndDate

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

Parameters:
validEndDate -

getValidStartDate

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

Returns:
validStartDate

setValidStartDate

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

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.