public class AdhocColumn extends Object implements Cloneable, Serializable
AdhocColumn class.
| Constructor and Description |
|---|
AdhocColumn()
Constructor for AdhocColumn.
|
| Modifier and Type | Method and Description |
|---|---|
AdhocColumn |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Getter for the field
name. |
AdhocProperties |
getProperties()
Getter for the field
properties. |
<T> T |
getProperty(String key)
getProperty.
|
AdhocStyle |
getStyle()
Getter for the field
style. |
String |
getTitle()
Getter for the field
title. |
AdhocStyle |
getTitleStyle()
Getter for the field
titleStyle. |
Integer |
getWidth()
Getter for the field
width. |
int |
hashCode() |
void |
setName(String name)
Setter for the field
name. |
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 |
setTitle(String title)
Setter for the field
title. |
void |
setTitleStyle(AdhocStyle titleStyle)
Setter for the field
titleStyle. |
void |
setWidth(Integer width)
Setter for the field
width. |
public void setName(String name)
Setter for the field name.
name - a String object.public void setTitle(String title)
Setter for the field title.
title - a String object.public void setWidth(Integer width)
Setter for the field width.
width - a Integer object.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 AdhocStyle getTitleStyle()
Getter for the field titleStyle.
AdhocStyle object.public void setTitleStyle(AdhocStyle titleStyle)
Setter for the field titleStyle.
titleStyle - a AdhocStyle 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 AdhocColumn clone()
Copyright © 2010–2021. All rights reserved.