public class AdhocComponent extends Object implements Cloneable, Serializable
AdhocComponent class.
| Constructor and Description |
|---|
AdhocComponent()
Constructor for AdhocComponent.
|
| Modifier and Type | Method and Description |
|---|---|
AdhocComponent |
clone() |
boolean |
equals(Object obj) |
Integer |
getHeight()
Getter for the field
height. |
String |
getKey()
Getter for the field
key. |
AdhocProperties |
getProperties()
Getter for the field
properties. |
<T> T |
getProperty(String key)
getProperty.
|
AdhocStyle |
getStyle()
Getter for the field
style. |
Integer |
getWidth()
Getter for the field
width. |
int |
hashCode() |
void |
setHeight(Integer height)
Setter for the field
height. |
void |
setKey(String key)
Setter for the field
key. |
void |
setProperties(AdhocProperties properties)
Setter for the field
properties. |
void |
setProperty(String key,
Object value)
setProperty.
|
void |
setStyle(AdhocStyle style)
Setter for the field
style. |
void |
setWidth(Integer width)
Setter for the field
width. |
public AdhocStyle getStyle()
Getter for the field style.
AdhocStyle object.public void setStyle(AdhocStyle style)
Setter for the field style.
style - a AdhocStyle object.public void setWidth(Integer width)
Setter for the field width.
width - a Integer object.public void setHeight(Integer height)
Setter for the field height.
height - a Integer object.public AdhocProperties getProperties()
Getter for the field properties.
AdhocProperties object.public void setProperties(AdhocProperties properties)
Setter for the field properties.
properties - a AdhocProperties object.public <T> T getProperty(String key)
getProperty.
T - a T object.key - a String object.public AdhocComponent clone()
Copyright © 2010–2021. All rights reserved.