org.glite.security.voms.service.request
Class SOAPChronicleEntry

java.lang.Object
  extended byorg.glite.security.voms.service.request.SOAPChronicleEntry

public class SOAPChronicleEntry
extends java.lang.Object

An entry in a request's past history.

Author:
Karoly Lorentey

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

SOAPChronicleEntry

public SOAPChronicleEntry()
Method Detail

getTimestamp

public java.util.Calendar getTimestamp()
Get the time the described event happened to the request.


setTimestamp

public void setTimestamp(java.util.Calendar c)
Set the time the described event happened to the request. Only used on the service side.


getClientDN

public java.lang.String getClientDN()
Get the DN of the client who initiated the event.


setClientDN

public void setClientDN(java.lang.String value)
Set the DN of the client who initiated the event. Only used on the service side.


getClientCA

public java.lang.String getClientCA()
Get the CA of the client who initiated the event.


setClientCA

public void setClientCA(java.lang.String value)
Set the CA of the client who initiated the event. Only used on the service side.


getDescription

public java.lang.String getDescription()
Get the description of what happened to the request.


setDescription

public void setDescription(java.lang.String value)
Set the description of what happened to the request. Only used on the service side.


getComment

public java.lang.String getComment()
Get the comment submitted by the client.


setComment

public void setComment(java.lang.String value)
Set the comment submitted by the client. Only used on the service side.