com.netscape.certsrv.request
Class AgentApproval

java.lang.Object
  extended by com.netscape.certsrv.request.AgentApproval
All Implemented Interfaces:
java.io.Serializable

public class AgentApproval
extends java.lang.Object
implements java.io.Serializable

The AgentApproval class contains the record of a single agent approval.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
See Also:
Serialized Form

Method Summary
 java.util.Date getDate()
          Returns the date of the approval
 java.lang.String getUserName()
          Returns the approving agent's user name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserName

public java.lang.String getUserName()
Returns the approving agent's user name.

Returns:
an identifier for the agent

getDate

public java.util.Date getDate()
Returns the date of the approval

Returns:
date and time of the approval