Class OperationSet


  • public class OperationSet
    extends java.lang.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 Detail

      • OperationSet

        public OperationSet()
    • Method Detail

      • getOpId

        public java.lang.String getOpId()
        Returns:
        the opId
      • setOpId

        public void setOpId​(java.lang.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