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

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

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

List of service definition data objects.

definition

Service definition entry.

See Also:
Serialized Form

Constructor Summary
ServiceDefinitionList()
           
 
Method Summary
 ServiceDefinition[] getDefinition()
           
 ServiceDefinition getDefinition(int i)
           
 void setDefinition(int i, ServiceDefinition value)
           
 void setDefinition(ServiceDefinition[] definition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDefinitionList

public ServiceDefinitionList()
Method Detail

getDefinition

public ServiceDefinition[] getDefinition()

setDefinition

public void setDefinition(ServiceDefinition[] definition)

getDefinition

public ServiceDefinition getDefinition(int i)

setDefinition

public void setDefinition(int i,
                          ServiceDefinition value)


Copyright © IBM Corp. All Rights Reserved.