org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class AtomLink
java.lang.Object
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
AtomLink
public AtomLink()
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.