org.drools.command.runtime
Class GetIdCommand

java.lang.Object
  extended by org.drools.command.runtime.GetIdCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Integer>, GenericCommand<Integer>

public class GetIdCommand
extends Object
implements GenericCommand<Integer>

See Also:
Serialized Form

Constructor Summary
GetIdCommand()
           
 
Method Summary
 Integer execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetIdCommand

public GetIdCommand()
Method Detail

execute

public Integer execute(Context context)
Specified by:
execute in interface GenericCommand<Integer>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.