Class IntegrityDSLUIUtil.FieldDescription

  • Enclosing class:
    IntegrityDSLUIUtil

    public static class IntegrityDSLUIUtil.FieldDescription
    extends java.lang.Object
    Encapsulates data about a field in a Java Bean Type.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldDescription​(java.lang.String aFieldname, java.lang.String aFieldJavadoc)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFieldName()  
      java.lang.String getJavaDoc()  
      void setFieldName​(java.lang.String aFieldName)  
      void setJavaDoc​(java.lang.String aJavaDoc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldDescription

        public FieldDescription​(java.lang.String aFieldname,
                                java.lang.String aFieldJavadoc)
        Creates a new instance.
        Parameters:
        aFieldname - the name of the field
        aFieldJavadoc - the javadoc comment of the field
    • Method Detail

      • getJavaDoc

        public java.lang.String getJavaDoc()
      • setJavaDoc

        public void setJavaDoc​(java.lang.String aJavaDoc)
      • getFieldName

        public java.lang.String getFieldName()
      • setFieldName

        public void setFieldName​(java.lang.String aFieldName)