Class DTOWurblet.Property

  • Enclosing class:
    DTOWurblet

    protected class DTOWurblet.Property
    extends Object
    DTO property.
    • Constructor Detail

    • 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()
      • getAnnotations

        public List<String> getAnnotations()
      • addGlobalAnnotation

        public void addGlobalAnnotation​(String globalAnnotation)
      • cleanupAnnotations

        public void cleanupAnnotations()