Class EntityRelation
- java.lang.Object
-
- de.digitalcollections.model.identifiable.entity.relation.EntityRelation
-
public class EntityRelation extends Object
An EntityRelation describes the relation between two entities (subject being related to object in terms of predicate)
-
-
Constructor Summary
Constructors Constructor Description EntityRelation()EntityRelation(Entity subject, String predicate, Entity object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntitygetObject()StringgetPredicate()EntitygetSubject()voidsetObject(Entity objectEntity)voidsetPredicate(String predicate)voidsetSubject(Entity subjectEntity)
-