Class 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$, $Date$
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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