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

java.lang.Object
  extended by org.umu.jasb.test.testC.data.Association
Direct Known Subclasses:
Aggregation, AuthorizedSubject, Dependency

public class Association
extends java.lang.Object

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

Field Summary
 java.util.Collection Antecedent
           
 java.util.Collection Consecuent
           
 
Constructor Summary
Association()
           
 
Method Summary
 java.util.Collection getAntecedent()
           
 java.util.Collection getConsecuent()
           
 void setAntecedent(java.util.Collection antecedent)
           
 void setConsecuent(java.util.Collection consecuent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Antecedent

public java.util.Collection Antecedent

Consecuent

public java.util.Collection Consecuent
Constructor Detail

Association

public Association()
Method Detail

getAntecedent

public java.util.Collection getAntecedent()

setAntecedent

public void setAntecedent(java.util.Collection antecedent)

getConsecuent

public java.util.Collection getConsecuent()

setConsecuent

public void setConsecuent(java.util.Collection consecuent)