Class ChangeRoleDefProperties

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChangeRoleDefProperties
    extends ChangeRolesDef
    A reorganization 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 object  
      (package private) java.lang.String property  
      private static long serialVersionUID  
      (package private) java.lang.String target  
      (package private) java.lang.String value  
    • 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

      • target

        java.lang.String target
      • object

        java.lang.String object
      • property

        java.lang.String property
      • value

        java.lang.String value
    • Constructor Detail

      • ChangeRoleDefProperties

        public ChangeRoleDefProperties()
      • ChangeRoleDefProperties

        public ChangeRoleDefProperties​(java.lang.String target,
                                       java.lang.String object,
                                       java.lang.String property,
                                       java.lang.String value)