Class EntityRelationImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.entity.EntityRelationImpl
- All Implemented Interfaces:
EntityRelation
public class EntityRelationImpl extends java.lang.Object implements EntityRelation
-
Constructor Summary
Constructors Constructor Description EntityRelationImpl()EntityRelationImpl(Entity subject, java.lang.String predicate, Entity object) -
Method Summary
Modifier and Type Method Description EntitygetObject()java.lang.StringgetPredicate()EntitygetSubject()voidsetObject(Entity objectEntity)voidsetPredicate(java.lang.String predicate)voidsetSubject(Entity subjectEntity)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EntityRelationImpl
public EntityRelationImpl() -
EntityRelationImpl
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceEntityRelation
-
setObject
- Specified by:
setObjectin interfaceEntityRelation
-
getPredicate
public java.lang.String getPredicate()- Specified by:
getPredicatein interfaceEntityRelation
-
setPredicate
public void setPredicate(java.lang.String predicate)- Specified by:
setPredicatein interfaceEntityRelation
-
getSubject
- Specified by:
getSubjectin interfaceEntityRelation
-
setSubject
- Specified by:
setSubjectin interfaceEntityRelation
-