|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.slimpay.Link
public class Link
| Field Summary | |
|---|---|
protected org.json.JSONObject |
attributes
|
protected String |
rel
|
| Constructor Summary | |
|---|---|
Link()
|
|
Link(String rel)
|
|
Link(String rel,
org.json.JSONObject attributes)
|
|
| Method Summary | |
|---|---|
String |
getAttribute(String key)
|
org.json.JSONObject |
getAttributes()
|
String |
getRel()
|
void |
setAttribute(String key,
String value)
|
void |
setAttributes(org.json.JSONObject attributes)
|
void |
setRel(String rel)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String rel
protected org.json.JSONObject attributes
| Constructor Detail |
|---|
public Link()
public Link(String rel)
public Link(String rel,
org.json.JSONObject attributes)
| Method Detail |
|---|
public String getRel()
public void setRel(String rel)
public org.json.JSONObject getAttributes()
public void setAttributes(org.json.JSONObject attributes)
public String getAttribute(String key)
public void setAttribute(String key,
String value)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||