com.arsdigita.versioning
Class Difference.Change

java.lang.Object
  extended bycom.arsdigita.versioning.Difference.Change
Enclosing class:
Difference

public class Difference.Change
extends Object


Method Summary
 Collection getAdded(Property prop)
           
 Object getFrom(Property prop)
           
 OID getOID()
           
 Collection getRemoved(Property prop)
           
 int getState()
           
 Object getTo(Property prop)
           
 boolean isCreated()
           
 boolean isDeleted()
           
 boolean isModified(Property prop)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOID

public OID getOID()

getState

public int getState()

isCreated

public boolean isCreated()

isDeleted

public boolean isDeleted()

isModified

public boolean isModified(Property prop)

getFrom

public Object getFrom(Property prop)

getTo

public Object getTo(Property prop)

getAdded

public Collection getAdded(Property prop)

getRemoved

public Collection getRemoved(Property prop)

toString

public String toString()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC