|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.LocalizedValueInfo
The Util.ARGetLocalizedValue
utility
returns the
LocalizedValueInfo
object. This object contains the message text
corresponding to the Message Type and Name in the AR System Message Catalog schema.
Constructor Summary | |
LocalizedValueInfo()
Default constructor |
|
LocalizedValueInfo(Value value,
Timestamp timestamp)
|
Method Summary | |
Timestamp |
getTimestamp()
Returns the time stamp of the message. |
Value |
getValue()
Returns the message text. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalizedValueInfo()
public LocalizedValueInfo(Value value, Timestamp timestamp)
Method Detail |
public Value getValue()
public Timestamp getTimestamp()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |