com.ibm.twss.spm.admin.common
Class ServiceImplDefinitionList
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceImplDefinitionList
public ServiceImplDefinitionList()
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.