java.lang.Object
org.tentackle.wurblet.DTOWurblet.Property
- Enclosing class:
DTOWurblet
DTO property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGlobalAnnotation(String globalAnnotation) voidintgetName()getScope()getType()booleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
Property
public Property(String type, String name, String comment, int lineNo) throws org.wurbelizer.wurbel.WurbelException - Throws:
org.wurbelizer.wurbel.WurbelException
-
Property
public Property(org.tentackle.buildsupport.RecordDTOInfoParameter recordParameter) throws org.wurbelizer.wurbel.WurbelException - Throws:
org.wurbelizer.wurbel.WurbelException
-
-
Method Details
-
isPrimitive
public boolean isPrimitive() -
getHashCodeInvocation
-
isInherited
public boolean isInherited() -
isMutable
public boolean isMutable() -
isRequired
public boolean isRequired() -
isTransient
public boolean isTransient() -
isWithFrom
public boolean isWithFrom() -
getType
-
getName
-
getLineNo
public int getLineNo() -
getConstant
-
getComment
-
getGetterName
-
getFromName
-
getSetterName
-
getBuilderName
-
getAnnotations
-
getScope
-
getScopeAsKeyword
-
addGlobalAnnotation
-
cleanupAnnotations
public void cleanupAnnotations()
-