gov.nasa.pds.registry.model
Class Link
java.lang.Object
gov.nasa.pds.registry.model.Link
@Embeddable
public class Link
- extends Object
Simple class to capture references to be used in HTTP headers or in responses
- Author:
- pramirez
Link
public Link()
Link
public Link(String href,
String relationship,
String type)
getHref
public String getHref()
getRelationship
public String getRelationship()
getType
public String getType()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2014 Planetary Data System. All Rights Reserved.