org.outerj.daisy.navigation
Class LookupAlternative

java.lang.Object
  extended by org.outerj.daisy.navigation.LookupAlternative
All Implemented Interfaces:
java.lang.Comparable

public class LookupAlternative
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
LookupAlternative(java.lang.String name, long collectionId, org.outerj.daisy.repository.VariantKey navigationDoc)
           
LookupAlternative(java.lang.String name, long collectionId, org.outerj.daisy.repository.VariantKey navigationDoc, NavigationVersionMode versionMode)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 long getCollectionId()
           
 java.lang.String getName()
           
 org.outerj.daisy.repository.VariantKey getNavigationDoc()
           
 NavigationVersionMode getVersionMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupAlternative

public LookupAlternative(java.lang.String name,
                         long collectionId,
                         org.outerj.daisy.repository.VariantKey navigationDoc,
                         NavigationVersionMode versionMode)
Parameters:
name - a name that identifies this lookup alternative
collectionId - the collection this lookup alternative is associated with
navigationDoc - the navigation doc for this lookup alternative

LookupAlternative

public LookupAlternative(java.lang.String name,
                         long collectionId,
                         org.outerj.daisy.repository.VariantKey navigationDoc)
Method Detail

getName

public java.lang.String getName()

getCollectionId

public long getCollectionId()

getNavigationDoc

public org.outerj.daisy.repository.VariantKey getNavigationDoc()

getVersionMode

public NavigationVersionMode getVersionMode()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © -2012 . All Rights Reserved.