public class Component extends MapObject
attributes, fields, xmlrpcNoSend, xmlrpcRefs
Constructor and Description |
---|
Component() |
Component(Map data) |
Component(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getId()
the id of the component
|
String |
getName()
the name of the component
|
int |
hashCode() |
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 Component()
public Component(Map data)
public Component(String name)
Copyright © 2015 The Codehaus Foundation. All rights reserved.