|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.urbandictionary.api.Definition
public class Definition
| Constructor Summary | |
|---|---|
Definition()
|
|
Definition(String word,
String definition,
String example,
String author,
String url,
int defid)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAuthor()
Gets the author value for this Definition. |
int |
getDefid()
Gets the defid value for this Definition. |
String |
getDefinition()
Gets the definition value for this Definition. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getExample()
Gets the example value for this Definition. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
String |
getUrl()
Gets the url value for this Definition. |
String |
getWord()
Gets the word value for this Definition. |
int |
hashCode()
|
void |
setAuthor(String author)
Sets the author value for this Definition. |
void |
setDefid(int defid)
Sets the defid value for this Definition. |
void |
setDefinition(String definition)
Sets the definition value for this Definition. |
void |
setExample(String example)
Sets the example value for this Definition. |
void |
setUrl(String url)
Sets the url value for this Definition. |
void |
setWord(String word)
Sets the word value for this Definition. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Definition()
public Definition(String word,
String definition,
String example,
String author,
String url,
int defid)
| Method Detail |
|---|
public String getWord()
public void setWord(String word)
word - public String getDefinition()
public void setDefinition(String definition)
definition - public String getExample()
public void setExample(String example)
example - public String getAuthor()
public void setAuthor(String author)
author - public String getUrl()
public void setUrl(String url)
url - public int getDefid()
public void setDefid(int defid)
defid - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||