net.karneim.pojobuilder.model
Class ClassM

java.lang.Object
  extended by net.karneim.pojobuilder.model.ClassM
Direct Known Subclasses:
BaseBuilderM

public class ClassM
extends Object


Constructor Summary
ClassM()
           
 
Method Summary
protected  void addAdditionalImportTypes(Set<String> result)
           
 void addToImportTypes(Set<String> result)
           
 List<TypeM> getAdditionalImports()
           
 Date getCreated()
           
 String getCreatedString()
           
 Collection<String> getImportTypes()
           
 TypeM getSuperType()
           
 TypeM getType()
           
 boolean isAbstractClass()
           
 void setAbstractClass(boolean abstractClass)
           
 void setCreated(Date created)
           
 void setSuperType(TypeM superType)
           
 void setType(TypeM type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassM

public ClassM()
Method Detail

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.