com.restfully.shop.domain
Class Link

java.lang.Object
  extended by com.restfully.shop.domain.Link

public class Link
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  String href
           
protected  String relationship
           
protected  String type
           
 
Constructor Summary
Link()
           
Link(String relationship, String href, String type)
           
 
Method Summary
 String getHref()
           
 String getRelationship()
           
 String getType()
           
 void setHref(String href)
           
 void setRelationship(String relationship)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relationship

protected String relationship

href

protected String href

type

protected String type
Constructor Detail

Link

public Link()

Link

public Link(String relationship,
            String href,
            String type)
Method Detail

getRelationship

public String getRelationship()

setRelationship

public void setRelationship(String relationship)

getHref

public String getHref()

setHref

public void setHref(String href)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2011. All Rights Reserved.