org.jboss.aspects.versioned
Class DistributedFieldUpdate
java.lang.Object
org.jboss.aspects.versioned.DistributedFieldUpdate
- All Implemented Interfaces:
- Serializable
public class DistributedFieldUpdate
- extends Object
- implements Serializable
- See Also:
- Serialized Form
val
protected Object val
version
protected long version
index
protected int index
DistributedFieldUpdate
public DistributedFieldUpdate()
DistributedFieldUpdate
public DistributedFieldUpdate(Object val,
long version,
int index)
getVersionId
public long getVersionId()
setVersionId
public void setVersionId(long newId)
getFieldIndex
public int getFieldIndex()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getValue
public Object getValue()
setValue
public void setValue(Object newVal)
getNonDereferencedValue
public Object getNonDereferencedValue()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.