com.ibm.ram.client
Class RAMAssetValidation

java.lang.Object
  extended by com.ibm.ram.client.RAMAssetValidation

public class RAMAssetValidation
extends java.lang.Object

Represents a message that is returned by asset validation.

Since:
7.1
Author:
kbauer
See Also:
RAMAsset.validate()

Method Summary
 java.lang.String getMessage()
          Return the text for the validation message.
 void setMessage(java.lang.String message)
          Set the text for the validation message.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
Return the text for the validation message.

Returns:
the message
Since:
7.1

setMessage

public void setMessage(java.lang.String message)
Set the text for the validation message.

Parameters:
message - the message to set
Since:
7.1

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object