All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudgraph.test.socialgraph.actor.Media Maven / Gradle / Ivy

package org.cloudgraph.test.socialgraph.actor;


import org.cloudgraph.test.socialgraph.actor.Node;

/**
 * Generated interface representing the domain model entity Media. 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 MD. *

* * @see org.cloudgraph.test.socialgraph.actor.Node Node */ public interface Media extends Node { /** 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_MEDIA = "Media"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy