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

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

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

List of service implementation definition data objects.

definition

Service implementation definition entry.

See Also:
Serialized Form

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

Constructor Detail

ServiceImplDefinitionList

public ServiceImplDefinitionList()
Method Detail

getDefinition

public ServiceImplDefinition[] getDefinition()

setDefinition

public void setDefinition(ServiceImplDefinition[] definition)

getDefinition

public ServiceImplDefinition getDefinition(int i)

setDefinition

public void setDefinition(int i,
                          ServiceImplDefinition value)


Copyright © IBM Corp. All Rights Reserved.