com.ibm.twss.spm.admin.common
Class OperationDefinition
java.lang.Object
com.ibm.twss.spm.admin.common.OperationDefinition
- All Implemented Interfaces:
- java.io.Serializable
public class OperationDefinition
- extends java.lang.Object
- implements java.io.Serializable
Definition of an operation. May be the special operation 'ALL',
which denotes all operations.
service
Service name. For service groups, only the special operation
'ALL' is a valid option.
operation
Operation name.
enabled
Operation enabled (true) or disabled (false).
description
Description of the operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationDefinition
public OperationDefinition()
getService
public java.lang.String getService()
setService
public void setService(java.lang.String service)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
getEnabled
public java.lang.Boolean getEnabled()
setEnabled
public void setEnabled(java.lang.Boolean enabled)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
Copyright © IBM Corp. All Rights Reserved.