Class AbstractViewEdge<E>
- java.lang.Object
-
- org.neotropic.kuwaiba.core.apis.integration.views.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 Summary
Constructors Constructor Description AbstractViewEdge(E identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
E
getIdentifier()
Properties
getProperties()
int
hashCode()
void
setProperties(Properties properties)
-
-
-
Constructor Detail
-
AbstractViewEdge
public AbstractViewEdge(E identifier)
-
-
Method Detail
-
getIdentifier
public E getIdentifier()
-
getProperties
public Properties getProperties()
-
setProperties
public void setProperties(Properties properties)
-
-