org.apache.abdera.examples.uritemplates
Class AtomIDTemplate.ID

java.lang.Object
  extended by org.apache.abdera.examples.uritemplates.AtomIDTemplate.ID
Enclosing class:
AtomIDTemplate

public static class AtomIDTemplate.ID
extends Object


Constructor Summary
AtomIDTemplate.ID(String collection, String view, String id)
           
 
Method Summary
 String getCollection()
           
 String getId()
           
 String getView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomIDTemplate.ID

public AtomIDTemplate.ID(String collection,
                         String view,
                         String id)
Method Detail

getCollection

public String getCollection()

getView

public String getView()

getId

public String getId()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.