Class AttributeMapping

  • All Implemented Interfaces:
    java.lang.Comparable

    public class AttributeMapping
    extends java.lang.Object
    implements java.lang.Comparable
    Since:
    1.0
    Version:
    $Id$
    Author:
    Dain Sundstrom
    • Constructor Detail

      • AttributeMapping

        public AttributeMapping​(java.lang.String attributeName,
                                java.lang.String propertyName,
                                java.lang.String description,
                                Type type,
                                java.lang.String value,
                                boolean fixed,
                                boolean required,
                                java.lang.String propertyEditor)
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName()
      • getPropertyName

        public java.lang.String getPropertyName()
      • getDescription

        public java.lang.String getDescription()
      • getType

        public Type getType()
      • getValue

        public java.lang.String getValue()
      • isFixed

        public boolean isFixed()
      • isRequired

        public boolean isRequired()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • compareTo

        public int compareTo​(java.lang.Object obj)
        Specified by:
        compareTo in interface java.lang.Comparable
      • getPropertyEditor

        public java.lang.String getPropertyEditor()