Class ModifyCommand.SetterImpl

  • All Implemented Interfaces:
    org.kie.api.command.Setter
    Enclosing class:
    ModifyCommand

    public static class ModifyCommand.SetterImpl
    extends java.lang.Object
    implements org.kie.api.command.Setter
    • Constructor Summary

      Constructors 
      Constructor Description
      SetterImpl()  
      SetterImpl​(java.lang.String accessor, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccessor()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetterImpl

        public SetterImpl()
      • SetterImpl

        public SetterImpl​(java.lang.String accessor,
                          java.lang.String value)
    • Method Detail

      • getAccessor

        public java.lang.String getAccessor()
        Specified by:
        getAccessor in interface org.kie.api.command.Setter
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface org.kie.api.command.Setter