model
Class OrientationEntity.OrientationFact

java.lang.Object
  extended by model.OrientationEntity.OrientationFact
Enclosing class:
OrientationEntity

public class OrientationEntity.OrientationFact
extends java.lang.Object

Class for storing relations added to this entity.


Field Summary
private  OrientationEntity related
          the related entity
private  java.lang.String value
          the qualitative orientation
 
Constructor Summary
OrientationEntity.OrientationFact(OrientationEntity related, java.lang.String value)
          Constructs an orientation fact.
 
Method Summary
 OrientationEntity getRelated()
          Gets the related entity.
 java.lang.String getValue()
          Gets the qualitative orientation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

related

private OrientationEntity related
the related entity


value

private java.lang.String value
the qualitative orientation

Constructor Detail

OrientationEntity.OrientationFact

public OrientationEntity.OrientationFact(OrientationEntity related,
                                         java.lang.String value)
Constructs an orientation fact.

Parameters:
related - - the related entity
value - - the qualitative orientation
Method Detail

getRelated

public OrientationEntity getRelated()
Gets the related entity.


getValue

public java.lang.String getValue()
Gets the qualitative orientation.