com.ibm.di.connector.disb.model
Class OperationSet
java.lang.Object
com.ibm.di.connector.disb.model.OperationSet
public class OperationSet extends Object
Note: This class is for internal usage only. Any dependency from the
end-user will not be supported. Changes to this class will happen without a
warning.
Since:
7.1.1
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
OperationSet
public OperationSet ()
getOpId
public String getOpId ()
Returns: the opId
setOpId
public void setOpId (String opId)
Parameters: opId
- the opId to set
getRefresh
public Refresh getRefresh ()
Returns: the refresh
setRefresh
public void setRefresh (Refresh refresh)
Parameters: refresh
- the refresh to set
getCreate
public Create getCreate ()
Returns: the create
setCreate
public void setCreate (Create create)
Parameters: create
- the create to set
getDelete
public Delete getDelete ()
Returns: the delete
setDelete
public void setDelete (Delete delete)
Parameters: delete
- the delete to set
getModify
public Modify getModify ()
Returns: the modify
setModify
public void setModify (Modify modify)
Parameters: modify
- the modify to set
getReference
public Reference getReference ()
Returns: the reference
setReference
public void setReference (Reference reference)
Parameters: reference
- the reference to set