org.outerj.daisy.tools.importexport.model
Class ImpExpVariantKey
java.lang.Object
org.outerj.daisy.tools.importexport.model.ImpExpVariantKey
public class ImpExpVariantKey
- extends Object
ImpExpVariantKey
public ImpExpVariantKey(String documentId,
String branch,
String language)
getDocumentId
public String getDocumentId()
getBranch
public String getBranch()
getLanguage
public String getLanguage()
compareTo
public int compareTo(Object o)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object