public class GetVersionedDataParams extends BaseGetVersionedDataParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<VersionedVO,GetVersionedDataParams> |
FOOTER |
static BasicProperty<VersionedVO,GetVersionedDataParams> |
HEADER |
CYCLOS_VERSION, LANGUAGE, THEME| Constructor and Description |
|---|
GetVersionedDataParams() |
GetVersionedDataParams(Property<T,? super GetVersionedDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
VersionedVO |
getFooter() |
VersionedVO |
getHeader() |
void |
setFooter(VersionedVO footer) |
void |
setHeader(VersionedVO header) |
getCyclosVersion, getLanguage, getTheme, setCyclosVersion, setLanguage, setThemeaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<VersionedVO,GetVersionedDataParams> FOOTER
public static final BasicProperty<VersionedVO,GetVersionedDataParams> HEADER
public GetVersionedDataParams()
public GetVersionedDataParams(Property<T,? super GetVersionedDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseGetVersionedDataParamspublic VersionedVO getFooter()
public void setFooter(VersionedVO footer)
public VersionedVO getHeader()
public void setHeader(VersionedVO header)
public java.lang.String className()
className in class BaseGetVersionedDataParams