org.hippoecm.hst.jaxrs.model.content
Class Link

java.lang.Object
  extended by org.hippoecm.hst.jaxrs.model.content.Link

public class Link
extends Object

Link

Version:
$Id$

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

Constructor Detail

Link

public Link()
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)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2008-2012 Hippo. All Rights Reserved.