org.ofbiz.minilang.method.entityops
Class SetPkFields.SetPkFieldsFactory

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

public static final class SetPkFields.SetPkFieldsFactory
extends java.lang.Object
implements MethodOperation.Factory<SetPkFields>


Constructor Summary
SetPkFields.SetPkFieldsFactory()
           
 
Method Summary
 SetPkFields 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

SetPkFields.SetPkFieldsFactory

public SetPkFields.SetPkFieldsFactory()
Method Detail

createMethodOperation

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

getName

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