pt.ist.fenixframework.txintrospector
Class TxIntrospector.Entry

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

public static class TxIntrospector.Entry
extends Object

Used to represent a read or write-set entry.


Field Summary
 String attribute
           
 DomainObject object
           
 Object value
           
 
Constructor Summary
TxIntrospector.Entry(DomainObject object, String attribute, Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public final DomainObject object

attribute

public final String attribute

value

public final Object value
Constructor Detail

TxIntrospector.Entry

public TxIntrospector.Entry(DomainObject object,
                            String attribute,
                            Object value)


Copyright © 2013. All Rights Reserved.