org.drools.command.runtime.rule
Class ModifyCommand.SetterImpl

java.lang.Object
  extended by org.drools.command.runtime.rule.ModifyCommand.SetterImpl
All Implemented Interfaces:
org.drools.command.Setter
Enclosing class:
ModifyCommand

public static class ModifyCommand.SetterImpl
extends Object
implements org.drools.command.Setter


Constructor Summary
ModifyCommand.SetterImpl()
           
ModifyCommand.SetterImpl(String accessor, String value)
           
 
Method Summary
 String getAccessor()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyCommand.SetterImpl

public ModifyCommand.SetterImpl()

ModifyCommand.SetterImpl

public ModifyCommand.SetterImpl(String accessor,
                                String value)
Method Detail

getAccessor

public String getAccessor()
Specified by:
getAccessor in interface org.drools.command.Setter

getValue

public String getValue()
Specified by:
getValue in interface org.drools.command.Setter


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.