Package org.tentackle.wurblet
Class DTOWurblet.Property
java.lang.Object
org.tentackle.wurblet.DTOWurblet.Property
- Enclosing class:
DTOWurblet
DTO property.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGlobalAnnotation
(String globalAnnotation) void
int
getName()
getScope()
getType()
boolean
boolean
boolean
boolean
boolean
boolean
-
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(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
-
getAnnotations
-
getScope
-
getScopeAsKeyword
-
addGlobalAnnotation
-
cleanupAnnotations
public void cleanupAnnotations()
-