Class JavaOperationInfo

    • Constructor Detail

      • JavaOperationInfo

        public JavaOperationInfo()
        Creates an empty JavaOperationInfo
      • JavaOperationInfo

        public JavaOperationInfo​(int newmodifier)
        JavaOperationInfo constructor
        Parameters:
        newmodifier - Modifier flag of the operation
    • Method Detail

      • getModifier

        public int getModifier()
        Get the JavaOperationInfo::modifier
        Returns:
        the modifier
      • setModifier

        public void setModifier​(int newmodifier)
        Set the JavaOperationInfo::modifier
        Parameters:
        newmodifier - the modifier to set
      • getId

        public UUID getId()
        Returns:
        the id
      • setId

        public void setId​(UUID theid)
        Parameters:
        theid - the id to set