Package net.karneim.pojobuilder.model
Class BuilderM
- java.lang.Object
-
- net.karneim.pojobuilder.model.BuilderM
-
public class BuilderM extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BuilderM()
-
Method Summary
-
-
-
Method Detail
-
getType
public TypeM getType()
-
setType
public void setType(TypeM type)
-
isAbstract
public boolean isAbstract()
-
setAbstract
public void setAbstract(boolean isAbstract)
-
getSelfType
public TypeM getSelfType()
-
setSelfType
public void setSelfType(TypeM selfType)
-
getBaseType
public TypeM getBaseType()
-
setBaseType
public void setBaseType(TypeM baseType)
-
getPojoType
public TypeM getPojoType()
-
setPojoType
public void setPojoType(TypeM pojoType)
-
getProperties
public PropertyListM getProperties()
-
setProperties
public void setProperties(PropertyListM properties)
-
getFactoryMethod
public FactoryMethodM getFactoryMethod()
-
setFactoryMethod
public void setFactoryMethod(FactoryMethodM factoryMethod)
-
getCopyMethod
public CopyMethodM getCopyMethod()
-
setCopyMethod
public void setCopyMethod(CopyMethodM copyMethod)
-
getBuildMethod
public BuildMethodM getBuildMethod()
-
setBuildMethod
public void setBuildMethod(BuildMethodM buildMethod)
-
getValidator
public ValidatorM getValidator()
-
setValidator
public void setValidator(ValidatorM validator)
-
getInterfaceType
public TypeM getInterfaceType()
-
setInterfaceType
public void setInterfaceType(TypeM interfaceType)
-
hasBuilderProperties
public boolean hasBuilderProperties()
-
setHasBuilderProperties
public void setHasBuilderProperties(boolean hasBuilderProperties)
-
getOptional
public OptionalM getOptional()
-
setOptional
public void setOptional(OptionalM optional)
-
getStaticFactoryMethod
public StaticFactoryMethodM getStaticFactoryMethod()
-
setStaticFactoryMethod
public void setStaticFactoryMethod(StaticFactoryMethodM staticFactoryMethod)
-
getConstructorVisibility
public Visibility getConstructorVisibility()
-
setConstructorVisibility
public void setConstructorVisibility(Visibility constructorVisibility)
-
getCloneMethod
public CloneMethodM getCloneMethod()
-
setCloneMethod
public void setCloneMethod(CloneMethodM cloneMethod)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-