Package moise.reorg.commands
Class AddRole
- java.lang.Object
-
- moise.reorg.commands.ChangeOS
-
- moise.reorg.commands.ChangeSS
-
- moise.reorg.commands.ChangeGroup
-
- moise.reorg.commands.AddRole
-
- All Implemented Interfaces:
java.io.Serializable
public class AddRole extends ChangeGroup
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
grSpecId
(package private) java.lang.String
roleId
private static long
serialVersionUID
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
grSpecId
java.lang.String grSpecId
-
roleId
java.lang.String roleId
-
-
Method Detail
-
execute
public void execute(OS os, OE oe) throws MoiseException
- Overrides:
execute
in classChangeOS
- Throws:
MoiseException
-
-