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

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

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

List of policy type definition data objects.

type

Policy type entry.

See Also:
Serialized Form

Constructor Summary
PolicyTypeList()
           
 
Method Summary
 PolicyType[] getType()
           
 PolicyType getType(int i)
           
 void setType(int i, PolicyType value)
           
 void setType(PolicyType[] type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyTypeList

public PolicyTypeList()
Method Detail

getType

public PolicyType[] getType()

setType

public void setType(PolicyType[] type)

getType

public PolicyType getType(int i)

setType

public void setType(int i,
                    PolicyType value)


Copyright © IBM Corp. All Rights Reserved.