public interface GcWebResource
| Modifier and Type | Method and Description |
|---|---|
URI |
getId() |
URI |
getLocation() |
String |
getMimeType() |
String |
getRel() |
String |
getTitle() |
void |
setLocation(URI location) |
void |
setMimeType(String contentType) |
void |
setRel(String rel) |
void |
setTitle(String tile) |
URI getId()
URI getLocation()
void setLocation(URI location)
String getMimeType()
void setMimeType(String contentType)
String getRel()
void setRel(String rel)
String getTitle() throws GcException
GcExceptionvoid setTitle(String tile) throws GcException
GcExceptionCopyright © 2013. All Rights Reserved.