org.cloudgraph.test.socialgraph.actor.Friendship Maven / Gradle / Ivy
package org.cloudgraph.test.socialgraph.actor;
import org.cloudgraph.test.socialgraph.actor.Edge;
import org.cloudgraph.test.socialgraph.actor.Mutual;
/**
* Generated interface representing the domain model entity Friendship. 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 FP.
*
*
* @see org.cloudgraph.test.socialgraph.actor.Edge Edge
* @see org.cloudgraph.test.socialgraph.actor.Mutual Mutual
*/
public interface Friendship extends Mutual
{
/** 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_FRIENDSHIP = "Friendship";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy