|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.service.request.SOAPChronicleEntry
An entry in a request's past history.
Constructor Summary | |
SOAPChronicleEntry()
|
Method Summary | |
java.lang.String |
getClientCA()
Get the CA of the client who initiated the event. |
java.lang.String |
getClientDN()
Get the DN of the client who initiated the event. |
java.lang.String |
getComment()
Get the comment submitted by the client. |
java.lang.String |
getDescription()
Get the description of what happened to the request. |
java.util.Calendar |
getTimestamp()
Get the time the described event happened to the request. |
void |
setClientCA(java.lang.String value)
Set the CA of the client who initiated the event. |
void |
setClientDN(java.lang.String value)
Set the DN of the client who initiated the event. |
void |
setComment(java.lang.String value)
Set the comment submitted by the client. |
void |
setDescription(java.lang.String value)
Set the description of what happened to the request. |
void |
setTimestamp(java.util.Calendar c)
Set the time the described event happened to the request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SOAPChronicleEntry()
Method Detail |
public java.util.Calendar getTimestamp()
public void setTimestamp(java.util.Calendar c)
public java.lang.String getClientDN()
public void setClientDN(java.lang.String value)
public java.lang.String getClientCA()
public void setClientCA(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getComment()
public void setComment(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |