|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhind.config.Anchor
public class Anchor
| 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 |
|---|
public 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 |
|---|
public long getCertificateId()
public void setCertificateId(long certificateId)
certificateId - 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 boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - public boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - public String getOwner()
public void setOwner(String owner)
owner - public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - public String getThumbprint()
public void setThumbprint(String thumbprint)
thumbprint - 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 | |||||||||