public class ResourceUri extends Object
Constructor and Description |
---|
ResourceUri() |
Modifier and Type | Method and Description |
---|---|
String |
getHref()
getHref
Gets String
|
String |
getLinkType()
getLinkType
Gets String
|
String |
getRelation()
getRelation
Gets String
|
String |
getTitle()
getTitle
Gets String
|
void |
setHref(String Href)
setHref
Sets String
|
void |
setLinkType(String LinkType)
setLinkType
Sets String
|
void |
setRelation(String Relation)
setRelation
Sets String
|
void |
setTitle(String Title)
setTitle
Sets String
|
String |
toString() |
public String getHref()
public void setHref(String Href)
Href
- Stringpublic String getRelation()
public void setRelation(String Relation)
Relation
- Stringpublic String getLinkType()
public void setLinkType(String LinkType)
LinkType
- Stringpublic String getTitle()
public void setTitle(String Title)
Title
- StringCopyright © 2015. All rights reserved.