Class Relationship

java.lang.Object
  |
  +--Relationship

public class Relationship
extends java.lang.Object


Constructor Summary
Relationship(java.lang.String strName, double dFactor, int iMin, int iMax)
           
Relationship(java.lang.String strName, ObjectSet os, double dFactor, int iMin, int iMax)
           
 
Method Summary
 double _getFactor()
           
 int _getMax()
           
 int _getMin()
           
 java.lang.String _getName()
           
 ObjectSet _getObjectSet()
           
 void _setObjectSet(ObjectSet os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relationship

public Relationship(java.lang.String strName,
                    double dFactor,
                    int iMin,
                    int iMax)

Relationship

public Relationship(java.lang.String strName,
                    ObjectSet os,
                    double dFactor,
                    int iMin,
                    int iMax)
Method Detail

_getFactor

public double _getFactor()

_getMax

public int _getMax()

_getMin

public int _getMin()

_getName

public java.lang.String _getName()

_getObjectSet

public ObjectSet _getObjectSet()

_setObjectSet

public void _setObjectSet(ObjectSet os)