|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.StatusHistoryItem
public class StatusHistoryItem
The StatusHistoryItem
class retrieves the
the user and time stamp components of the Status History core field.
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 |
---|
public StatusHistoryItem(String user, Timestamp timestamp)
Method Detail |
---|
public String getUser()
public Timestamp getTimestamp()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |