Class RemoveRole

  • All Implemented Interfaces:
    java.io.Serializable

    public class RemoveRole
    extends ChangeGroup
    A reorganisation command, a command that changes the OS
    Author:
    jomi
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String grSpecId  
      (package private) java.lang.String roleId  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveRole()  
      RemoveRole​(java.lang.String grSpecId, java.lang.String roleId)  
    • Method Summary

      Modifier and Type Method Description
      void execute​(OS os, OE oe)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • grSpecId

        java.lang.String grSpecId
      • roleId

        java.lang.String roleId
    • Constructor Detail

      • RemoveRole

        public RemoveRole()
      • RemoveRole

        public RemoveRole​(java.lang.String grSpecId,
                          java.lang.String roleId)