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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
_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)