7.0 Action Request System Java API

com.remedy.arsys.api
Class LocalizedValueInfo

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

public class LocalizedValueInfo
extends java.lang.Object

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

LocalizedValueInfo

public LocalizedValueInfo()
Default constructor


LocalizedValueInfo

public LocalizedValueInfo(Value value,
                          Timestamp timestamp)
Method Detail

getValue

public Value getValue()
Returns the message text. The value returned depends on the value Locale field in the AR System Message Catalog schema.


getTimestamp

public Timestamp getTimestamp()
Returns the time stamp of the message.


7.0 Action Request System Java API