pt.ist.fenixframework.txintrospector
Class TxIntrospector.RelationChangelog
java.lang.Object
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.
relation
public final String relation
first
public final DomainObject first
second
public final DomainObject second
remove
public final boolean remove
TxIntrospector.RelationChangelog
public TxIntrospector.RelationChangelog(String relation,
DomainObject first,
DomainObject second,
boolean remove)
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.