public class RevisionName extends Object
Constructor and Description |
---|
RevisionName(long revision,
String name)
A constructor for the RevisionName class
|
public RevisionName(long revision, String name)
revision
- The revisionname
- The BTree namepublic long getRevision()
public void setRevision(long revision)
revision
- the revision to setpublic String getName()
public void setName(String name)
name
- the btree name to setpublic boolean equals(Object that)
equals
in class Object
Object.equals(Object)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.