Class RelationValue<T extends ComplexEntity>

java.lang.Object
mc.core.domain.generic.RelationValue<T>
All Implemented Interfaces:
Serializable

public class RelationValue<T extends ComplexEntity> extends Object implements Serializable
See Also:
  • Constructor Details

    • RelationValue

      public RelationValue(T source, T related, EntityToEntity e2e)
    • RelationValue

      public RelationValue(T source, T related, EntityToEntity e2e, boolean relatedIsSlave)
  • Method Details

    • getSourceEntity

      public T getSourceEntity()
    • getRelatedEntity

      public T getRelatedEntity()
    • getEntityToEntity

      public EntityToEntity getEntityToEntity()
    • getRelationType

      public RelationType getRelationType()
    • getDependencyType

      public RelationType.RelationDependency getDependencyType()
    • relatedIsSlave

      public boolean relatedIsSlave()