org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class AtomLink

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomLink
All Implemented Interfaces:
Serializable

public class AtomLink
extends Object
implements Serializable

Author:
Florian Müller
See Also:
Serialized Form

Constructor Summary
AtomLink()
           
 
Method Summary
 String getHref()
           
 String getRel()
           
 String getType()
           
 void setHref(String href)
           
 void setRel(String rel)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomLink

public AtomLink()
Method Detail

getRel

public String getRel()

setRel

public void setRel(String rel)

getType

public String getType()

setType

public void setType(String type)

getHref

public String getHref()

setHref

public void setHref(String href)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.