pt.ist.fenixframework.txintrospector
Class TxIntrospector.RelationChangelog

Package class diagram package TxIntrospector.RelationChangelog
java.lang.Object
  extended by pt.ist.fenixframework.txintrospector.TxIntrospector.RelationChangelog
Enclosing interface:
TxIntrospector

public static class TxIntrospector.RelationChangelog
extends Object

Used to represent a change to a relationship between two objects.


Field Summary
 DomainObject first
           
 String relation
           
 boolean remove
           
 DomainObject second
           
 
Constructor Summary
TxIntrospector.RelationChangelog(String relation, DomainObject first, DomainObject second, boolean remove)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

relation

public final String relation

first

public final DomainObject first

second

public final DomainObject second

remove

public final boolean remove
Constructor Detail

TxIntrospector.RelationChangelog

public TxIntrospector.RelationChangelog(String relation,
                                        DomainObject first,
                                        DomainObject second,
                                        boolean remove)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.