Package org.tentackle.wurblet
Class DTOWurblet.Property
- java.lang.Object
-
- org.tentackle.wurblet.DTOWurblet.Property
-
- Enclosing class:
- DTOWurblet
protected class DTOWurblet.Property extends Object
DTO property.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGlobalAnnotation(String globalAnnotation)voidcleanupAnnotations()List<String>getAnnotations()StringgetComment()StringgetConstant()StringgetFromName()StringgetGetterName()StringgetHashCodeInvocation()intgetLineNo()StringgetName()StringgetSetterName()StringgetType()booleanisInherited()booleanisMutable()booleanisPrimitive()booleanisRequired()booleanisTransient()booleanisWithFrom()
-
-
-
Method Detail
-
isPrimitive
public boolean isPrimitive()
-
getHashCodeInvocation
public String getHashCodeInvocation()
-
isInherited
public boolean isInherited()
-
isMutable
public boolean isMutable()
-
isRequired
public boolean isRequired()
-
isTransient
public boolean isTransient()
-
isWithFrom
public boolean isWithFrom()
-
getType
public String getType()
-
getName
public String getName()
-
getLineNo
public int getLineNo()
-
getConstant
public String getConstant()
-
getComment
public String getComment()
-
getGetterName
public String getGetterName()
-
getFromName
public String getFromName()
-
getSetterName
public String getSetterName()
-
addGlobalAnnotation
public void addGlobalAnnotation(String globalAnnotation)
-
cleanupAnnotations
public void cleanupAnnotations()
-
-