public class BasicObject extends MapObject
attributes, fields, xmlrpcNoSend, xmlrpcRefs
Constructor and Description |
---|
BasicObject() |
BasicObject(Map data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
the description of this constant
|
String |
getIcon()
the URL to retrieve the icon of this constant
|
int |
getId()
the id of this constant
|
String |
getName()
the name of the constant
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setId(int id) |
void |
setName(String name) |
String |
toString() |
getAttributes, getBoolean, getDate, getFields, getInt, getList, getMapObject, getMapObjects, getString, getUrl, hasField, merge, setBoolean, setDate, setInt, setList, setMapObject, setMapObjects, setString, setUrl, toList, toMap
public BasicObject()
public BasicObject(Map data)
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getIcon()
public void setIcon(String icon)
Copyright © 2017 The Codehaus Foundation. All rights reserved.