7.0 Action Request System Java API

com.remedy.arsys.api
Class StatusHistoryInfo

java.lang.Object
  extended bycom.remedy.arsys.api.StatusHistoryInfo

public class StatusHistoryInfo
extends java.lang.Object

The StatusHistoryInfo class retrieves the the user and time stamp components of the Status History core field.


Constructor Summary
StatusHistoryInfo(AccessNameID user, Timestamp timestamp)
           
 
Method Summary
 Timestamp getTimestamp()
          Returns the date and time of the last change to the request.
 AccessNameID getUser()
          Returns the user name of the person who last changed the state of the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusHistoryInfo

public StatusHistoryInfo(AccessNameID user,
                         Timestamp timestamp)
Method Detail

getUser

public AccessNameID getUser()
Returns the user name of the person who last changed the state of the request.


getTimestamp

public Timestamp getTimestamp()
Returns the date and time of the last change to the request.


7.0 Action Request System Java API