com.ibm.twss.spm.admin.common
Class PolicyValue

java.lang.Object
  extended by com.ibm.twss.spm.admin.common.PolicyValue
All Implemented Interfaces:
java.io.Serializable

public class PolicyValue
extends java.lang.Object
implements java.io.Serializable

Policy value holder. Each value has a corresponding type that was used to validate the contents of the value.

type

Policy type name.

value

Policy value.

See Also:
Serialized Form

Constructor Summary
PolicyValue()
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyValue

public PolicyValue()
Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © IBM Corp. All Rights Reserved.