org.ofbiz.minilang.method.entityops
Class SetNonpkFields.SetNonpkFieldsFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.entityops.SetNonpkFields.SetNonpkFieldsFactory
All Implemented Interfaces:
MethodOperation.Factory<SetNonpkFields>
Enclosing class:
SetNonpkFields

public static final class SetNonpkFields.SetNonpkFieldsFactory
extends java.lang.Object
implements MethodOperation.Factory<SetNonpkFields>


Constructor Summary
SetNonpkFields.SetNonpkFieldsFactory()
           
 
Method Summary
 SetNonpkFields createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetNonpkFields.SetNonpkFieldsFactory

public SetNonpkFields.SetNonpkFieldsFactory()
Method Detail

createMethodOperation

public SetNonpkFields createMethodOperation(org.w3c.dom.Element element,
                                            SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<SetNonpkFields>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<SetNonpkFields>