|
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.LocalizedValueInfo
public class LocalizedValueInfo
LocalizedValueInfo
object contains the message text
corresponding to the Message Type and Name in the AR System Message Catalog form.
Constructor Summary | |
---|---|
LocalizedValueInfo()
Default constructor |
|
LocalizedValueInfo(Value value,
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 time stamp of the message. |
Value |
getValue()
Returns the message text. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalizedValueInfo()
public LocalizedValueInfo(Value value, Timestamp timestamp)
Method Detail |
---|
public Value getValue()
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 |