org.ektorp
Class Revision

java.lang.Object
  extended by org.ektorp.Revision
All Implemented Interfaces:
Serializable

public class Revision
extends Object
implements Serializable

Author:
Henrik Lundgren created 30 okt 2009
See Also:
Serialized Form

Constructor Summary
Revision(String rev, String status)
           
 
Method Summary
 boolean equals(Object o)
           
 String getRev()
           
 String getStatus()
           
 int hashCode()
           
 boolean isDeleted()
           
 boolean isMissing()
           
 boolean isOnDisk()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Revision

public Revision(String rev,
                String status)
Method Detail

getRev

public String getRev()

getStatus

public String getStatus()

isMissing

public boolean isMissing()

isOnDisk

public boolean isOnDisk()

isDeleted

public boolean isDeleted()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.