public class Decoded extends Object
| Constructor and Description |
|---|
Decoded() |
Decoded(String context,
String container,
String page,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContainer() |
String |
getContext() |
String |
getId() |
String |
getPage() |
String |
getVersion() |
int |
hashCode() |
void |
setContainer(String container) |
void |
setContext(String context) |
void |
setPage(String page) |
void |
setVersion(String version) |
String |
toString() |
public String getContainer()
public void setContainer(String container)
container - The container to set.public String getContext()
public void setContext(String context)
context - The context to set.public String getId()
public String getPage()
public void setPage(String page)
page - The page to set.public String getVersion()
public void setVersion(String version)
version - The version to set.Copyright © 2003–2016 Sakai Project. All rights reserved.