com.ibm.di.connector.disb.model
Class OperationSet

java.lang.Object
  extended by 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

Constructor Summary
OperationSet()
           
 
Method Summary
 Create getCreate()
           
 Delete getDelete()
           
 Modify getModify()
           
 String getOpId()
           
 Reference getReference()
           
 Refresh getRefresh()
           
 void setCreate(Create create)
           
 void setDelete(Delete delete)
           
 void setModify(Modify modify)
           
 void setOpId(String opId)
           
 void setReference(Reference reference)
           
 void setRefresh(Refresh refresh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationSet

public OperationSet()
Method Detail

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