Class EAV.AttributeAndType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.antiaction.raptor.dao.AttributeBase attribute  
      com.antiaction.raptor.dao.AttributeTypeBase attributeType  
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeAndType​(com.antiaction.raptor.dao.AttributeTypeBase attributeType, com.antiaction.raptor.dao.AttributeBase attribute)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(EAV.AttributeAndType o)
      Comparator allows a list to be sorted so attributes appear in a reproducible order.
      • Methods inherited from class java.lang.Object

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

      • attributeType

        public com.antiaction.raptor.dao.AttributeTypeBase attributeType
      • attribute

        public com.antiaction.raptor.dao.AttributeBase attribute
    • Constructor Detail

      • AttributeAndType

        public AttributeAndType​(com.antiaction.raptor.dao.AttributeTypeBase attributeType,
                                com.antiaction.raptor.dao.AttributeBase attribute)
    • Method Detail

      • compareTo

        public int compareTo​(EAV.AttributeAndType o)
        Comparator allows a list to be sorted so attributes appear in a reproducible order.
        Specified by:
        compareTo in interface java.lang.Comparable<EAV.AttributeAndType>
        Parameters:
        o -
        Returns: