public class BuilderM
extends java.lang.Object
| Constructor and Description |
|---|
BuilderM() |
public TypeM getType()
public void setType(TypeM type)
public boolean isAbstract()
public void setAbstract(boolean isAbstract)
public TypeM getSelfType()
public void setSelfType(TypeM selfType)
public TypeM getBaseType()
public void setBaseType(TypeM baseType)
public TypeM getPojoType()
public void setPojoType(TypeM pojoType)
public PropertyListM getProperties()
public void setProperties(PropertyListM properties)
public FactoryMethodM getFactoryMethod()
public void setFactoryMethod(FactoryMethodM factoryMethod)
public CopyMethodM getCopyMethod()
public void setCopyMethod(CopyMethodM copyMethod)
public BuildMethodM getBuildMethod()
public void setBuildMethod(BuildMethodM buildMethod)
public ValidatorM getValidator()
public void setValidator(ValidatorM validator)
public TypeM getInterfaceType()
public void setInterfaceType(TypeM interfaceType)
public boolean hasBuilderProperties()
public void setHasBuilderProperties(boolean hasBuilderProperties)
public TypeM getOptionalType()
public void setOptionalType(TypeM optionalType)
public StaticFactoryMethodM getStaticFactoryMethod()
public void setStaticFactoryMethod(StaticFactoryMethodM staticFactoryMethod)
public java.lang.String toString()
toString in class java.lang.Object