com.restfully.shop.domain
Class Link
java.lang.Object
com.restfully.shop.domain.Link
public class Link
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relationship
protected String relationship
href
protected String href
type
protected String type
Link
public Link()
Link
public Link(String relationship,
String href,
String type)
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.