AR System Java API

com.bmc.arsys.api
Class StatusHistoryItem

java.lang.Object
  extended by com.bmc.arsys.api.StatusHistoryItem
All Implemented Interfaces:
Serializable, Cloneable

public class StatusHistoryItem
extends Object
implements Cloneable, Serializable

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

See Also:
Serialized Form

Constructor Summary
StatusHistoryItem(String user, Timestamp timestamp)
           
 
Method Summary
 Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(Object obj)
           
 Timestamp getTimestamp()
          Returns the date and time of the last change to the request.
 String getUser()
          Returns the user name of the person who last changed the state of the request.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusHistoryItem

public StatusHistoryItem(String user,
                         Timestamp timestamp)
Method Detail

getUser

public String 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.


toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.