Class AbstractViewEdge<E>

  • Type Parameters:
    E - The type of the object represented by this line
    Direct Known Subclasses:
    BusinessObjectViewEdge

    public abstract class AbstractViewEdge<E>
    extends Object
    Represents an edge in an AbstractView. An edge might represent a business object or simply a line. Subclasses should be implemented depending on what the line (edge) is representing.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • AbstractViewEdge

        public AbstractViewEdge​(E identifier)
    • Method Detail

      • getIdentifier

        public E getIdentifier()
      • getProperties

        public Properties getProperties()
      • setProperties

        public void setProperties​(Properties properties)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object