AR System Java API

com.bmc.arsys.api
Class LocalizedValueInfo

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

public class LocalizedValueInfo
extends Object
implements Cloneable, Serializable

LocalizedValueInfo object contains the message text corresponding to the Message Type and Name in the AR System Message Catalog form.

See Also:
Serialized 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

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 form.


getTimestamp

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


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.