net.karneim.pojobuilder.model
Class FactoryM

java.lang.Object
  extended by net.karneim.pojobuilder.model.FactoryM

public class FactoryM
extends Object


Constructor Summary
FactoryM(TypeM ownerType, String methodName)
           
 
Method Summary
 void addToImportTypes(Set<String> result)
           
 String getMethodName()
           
 TypeM getOwnerType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryM

public FactoryM(TypeM ownerType,
                String methodName)
Method Detail

getOwnerType

public TypeM getOwnerType()

getMethodName

public String getMethodName()

addToImportTypes

public void addToImportTypes(Set<String> result)


Copyright © 2013. All Rights Reserved.