org.cloudgraph.test.socialgraph.actor.Lead Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudgraph-test Show documentation
Show all versions of cloudgraph-test Show documentation
CloudGraph(tm) is a suite of Service Data Object (SDO) 2.1 services designed for relational and big-table style "cloud" databases, such as HBase and others.
The newest version!
package org.cloudgraph.test.socialgraph.actor;
import org.cloudgraph.test.socialgraph.actor.Edge;
/**
* A relationship (edge) between 2 nodes where the source is
* a leader and the target is a follower.
*
* Generated interface representing the domain model entity Lead. This SDO interface directly reflects the
* class (single or multiple) inheritance lattice of the source domain model(s) and is part of namespace http://cloudgraph.org/test/socialgraph/actor defined within the Configuration.
*
*
* Data Store Mapping:
* Corresponds to the physical data store entity L.
*
*
* @see org.cloudgraph.test.socialgraph.actor.Edge Edge
*/
public interface Lead extends Edge
{
/** The SDO namespace URI associated with the Type for this class. */
public static final String NAMESPACE_URI = "http://cloudgraph.org/test/socialgraph/actor";
/** The entity or Type logical name associated with this class. */
public static final String TYPE_NAME_LEAD = "Lead";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy