com.restfully.shop.domain
Class Link
java.lang.Object
com.restfully.shop.domain.Link
public class Link
- extends java.lang.Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Field Summary |
protected java.lang.String |
href
|
protected java.lang.String |
relationship
|
protected java.lang.String |
type
|
Constructor Summary |
Link()
|
Link(java.lang.String relationship,
java.lang.String href,
java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relationship
protected java.lang.String relationship
href
protected java.lang.String href
type
protected java.lang.String type
Link
public Link()
Link
public Link(java.lang.String relationship,
java.lang.String href,
java.lang.String type)
getRelationship
public java.lang.String getRelationship()
setRelationship
public void setRelationship(java.lang.String relationship)
getHref
public java.lang.String getHref()
setHref
public void setHref(java.lang.String href)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.