Constructor and Description |
---|
LinkInfoImpl() |
LinkInfoImpl(String rel,
String href) |
LinkInfoImpl(String rel,
String href,
String type) |
LinkInfoImpl(String rel,
String href,
String type,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getHref()
Returns the link href attribute.
|
String |
getId()
Returns the link id attribute.
|
String |
getRel()
Returns the link rel attribute.
|
String |
getType()
Returns the link type attribute.
|
void |
setHref(String href) |
void |
setId(String id) |
void |
setRel(String rel) |
void |
setType(String type) |
public String getRel()
LinkInfo
public void setRel(String rel)
public String getHref()
LinkInfo
public void setHref(String href)
public String getType()
LinkInfo
public void setType(String type)
public String getId()
LinkInfo
public void setId(String id)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.