org.drools.command.runtime
Class SetGlobalCommand
java.lang.Object
org.drools.command.runtime.SetGlobalCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<Void>, GenericCommand<Void>
public class SetGlobalCommand
- extends Object
- implements GenericCommand<Void>
- See Also:
- Serialized Form
SetGlobalCommand
public SetGlobalCommand()
SetGlobalCommand
public SetGlobalCommand(String identifier,
Object object)
execute
public Void execute(Context context)
- Specified by:
execute
in interface GenericCommand<Void>
getIdentifier
public String getIdentifier()
setIdentifier
public void setIdentifier(String identifier)
getObject
public Object getObject()
setObject
public void setObject(Object object)
getOutIdentifier
public String getOutIdentifier()
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
isOut
public boolean isOut()
setOut
public void setOut(boolean out)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.