org.hippoecm.hst.jaxrs.model.content
Class Link
java.lang.Object
org.hippoecm.hst.jaxrs.model.content.Link
public class Link
- extends Object
Link
- Version:
- $Id$
Constructor Summary |
Link()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Link
public Link()
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)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
Copyright © 2008-2012 Hippo. All Rights Reserved.