org.umu.jasb.test.testC.data
Class Dependency

java.lang.Object
  extended by org.umu.jasb.test.testC.data.Association
      extended by org.umu.jasb.test.testC.data.Dependency

public class Dependency
extends Association

Author:
Jose Maria Alcaraz-Calero jmalcaraz@um.es - University of Murcia

Field Summary
 java.util.Collection Dependent
           
 
Fields inherited from class org.umu.jasb.test.testC.data.Association
Antecedent, Consecuent
 
Constructor Summary
Dependency()
           
 
Method Summary
 java.util.Collection getDependent()
           
 void setDependent(java.util.Collection dependent)
           
 
Methods inherited from class org.umu.jasb.test.testC.data.Association
getAntecedent, getConsecuent, setAntecedent, setConsecuent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Dependent

public java.util.Collection Dependent
Constructor Detail

Dependency

public Dependency()
Method Detail

getDependent

public java.util.Collection getDependent()

setDependent

public void setDependent(java.util.Collection dependent)