public class AdhocGroup extends Object implements Cloneable, Serializable
AdhocGroup class.
| Constructor and Description |
|---|
AdhocGroup()
Constructor for AdhocGroup.
|
| Modifier and Type | Method and Description |
|---|---|
AdhocGroup |
clone() |
boolean |
equals(Object obj) |
AdhocGroupHeaderLayout |
getHeaderLayout()
Getter for the field
headerLayout. |
String |
getName()
Getter for the field
name. |
AdhocProperties |
getProperties()
Getter for the field
properties. |
<T> T |
getProperty(String key)
getProperty.
|
Boolean |
getStartInNewPage()
Getter for the field
startInNewPage. |
AdhocStyle |
getStyle()
Getter for the field
style. |
AdhocStyle |
getTitleStyle()
Getter for the field
titleStyle. |
void |
setHeaderLayout(AdhocGroupHeaderLayout headerLayout)
Setter for the field
headerLayout. |
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 |
setStartInNewPage(Boolean startInNewPage)
Setter for the field
startInNewPage. |
void |
setStyle(AdhocStyle style)
Setter for the field
style. |
void |
setTitleStyle(AdhocStyle titleStyle)
Setter for the field
titleStyle. |
public void setName(String name)
Setter for the field name.
name - a String object.public Boolean getStartInNewPage()
Getter for the field startInNewPage.
Boolean object.public void setStartInNewPage(Boolean startInNewPage)
Setter for the field startInNewPage.
startInNewPage - a Boolean object.public AdhocGroupHeaderLayout getHeaderLayout()
Getter for the field headerLayout.
AdhocGroupHeaderLayout object.public void setHeaderLayout(AdhocGroupHeaderLayout headerLayout)
Setter for the field headerLayout.
headerLayout - a AdhocGroupHeaderLayout 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 AdhocGroup clone()
Copyright © 2010–2021. All rights reserved.