net.karneim.pojobuilder.model
Class ClassM
java.lang.Object
net.karneim.pojobuilder.model.ClassM
- Direct Known Subclasses:
- BaseBuilderM
public class ClassM
- extends Object
ClassM
public ClassM()
setType
public void setType(TypeM type)
setSuperType
public void setSuperType(TypeM superType)
setAbstractClass
public void setAbstractClass(boolean abstractClass)
setCreated
public void setCreated(Date created)
getCreated
public Date getCreated()
getCreatedString
public String getCreatedString()
getType
public TypeM getType()
getSuperType
public TypeM getSuperType()
isAbstractClass
public boolean isAbstractClass()
getAdditionalImports
public List<TypeM> getAdditionalImports()
addAdditionalImportTypes
protected void addAdditionalImportTypes(Set<String> result)
getImportTypes
public final Collection<String> getImportTypes()
addToImportTypes
public void addToImportTypes(Set<String> result)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.