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.| Constructor and Description |
|---|
LocalizedValueInfo()
Default constructor
|
LocalizedValueInfo(Value value,
Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public Value getValue()
public Timestamp getTimestamp()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException? Copyright 2013 BMC Software, Inc.