Package com.priint.pubserver.entity
Class EntityTableData
java.lang.Object
com.priint.pubserver.entity.Entity
com.priint.pubserver.entity.EntityTableData
- All Implemented Interfaces:
Serializable
Entity for Table Data.
Dummy attributes are related to data fields the related entitydata table data type.
- Since:
- 4.0.5
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.priint.pubserver.entity.Entity
Entity.CacheType, Entity.DataClass, Entity.RetrievalType -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PluginConfigTag[]Type of Tags to be used for this entities.Fields inherited from class com.priint.pubserver.entity.Entity
ENTITYCLASS_BUCKET, ENTITYCLASS_CONTENTMETADATA, ENTITYCLASS_CORD, ENTITYCLASS_KEYVALUE, ENTITYCLASS_MEDIAASSET, ENTITYCLASS_PLANNING, ENTITYCLASS_PRICE, ENTITYCLASS_TABLEDATA, ENTITYCLASS_TEXT, ENTITYTYPE_ASSEMBLING, ENTITYTYPE_CONNECTOR, ENTITYTYPE_STATIC -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.EntityTableData(String label) Create a table data entity with a name. -
Method Summary
Modifier and TypeMethodDescription{@link com.priint.pubserver.plugin.entitydata.TableData#getLeftColumn()()}voidsetDummyCellHeight(String dummyCellHeight) Sets dummy cell height.voidsetDummyCellMaxHeight(String dummyCellMaxHeight) Sets dummy cell max height.voidsetDummyCellStyleLeftColumn(String dummyCellStyleLeftColumn) Sets dummy cell style left column.voidsetDummyCellStyleRightColumn(String dummyCellStyleRightColumn) Sets dummy cell style right column.voidsetDummyCellWidth(String dummyCellWidth) Sets dummy cell width.voidsetDummyFooterRows(String dummyFooterRows) Sets dummy footer rows.voidsetDummyHeaderRows(String dummyHeaderRows) Sets dummy header rows.voidsetDummyLabel(String dummyLabel) Sets dummy label.voidsetDummyLeftColumn(String dummyLeftColumn) Sets dummy left column.voidsetDummyRightColumn(String dummyRightColumn) Sets dummy right column.voidsetDummyTableDataRows(String dummyTableDataRows) Sets dummy table data rows.voidsetDummyTableStyle(String dummyTableStyle) Sets dummy table style.voidsetDummyTemplate(String dummyTemplate) Sets dummy template.Methods inherited from class com.priint.pubserver.entity.Entity
getConCachingStrategy, getConConnector, getConConnectorEntity, getConConnectorEntityDescription, getConCronjobdate, getConInstance, getConLifetime, getConMatchingMethod, getContentMetaDataEntities, getContextDefinitions, getDescription, getEntityClass, getEntityDataClass, getEntityDependencyNames, getEntityModel, getEntityType, getHelpTexts, getIcon, getIconName, getIdentifier, getLabel, getPluginConfigName, getPluginConfigPath, getPluginConfigPath, getRevisionNumber, getTag, getTags, getTemplateRule, isConCachingAllowed, isConUseMatchingMethod, isPublicEntity, setConCachingAllowed, setConCachingStrategy, setConConnector, setConConnectorEntity, setConConnectorEntityDescription, setConCronjobdate, setConInstance, setConLifetime, setConMatchingMethod, setContentMetaDataEntities, setContextDefinitions, setConUseMatchingMethod, setDescription, setEntityClass, setEntityDataClass, setEntityModel, setEntityType, setHelpTexts, setIcon, setIconName, setIdentifier, setLabel, setPublicEntity, setRevisionNumber, setTag, setTemplateRule, toPluginConfig, toString
-
Field Details
-
allowedTags
Type of Tags to be used for this entities. For all tags see:PluginConfigTag
-
-
Constructor Details
-
EntityTableData
public EntityTableData()Default constructor. -
EntityTableData
Create a table data entity with a name.- Parameters:
label-
-
-
Method Details
-
getDummyCellHeight
- Returns:
- example value for the TableData field
-
setDummyCellHeight
Sets dummy cell height.- Parameters:
dummyCellHeight- the dummy cell height
-
getDummyCellMaxHeight
- Returns:
- example value for the TableData field
-
setDummyCellMaxHeight
Sets dummy cell max height.- Parameters:
dummyCellMaxHeight- the dummy cell max height
-
getDummyCellStyleLeftColumn
- Returns:
- example value for the TableData field
-
setDummyCellStyleLeftColumn
Sets dummy cell style left column.- Parameters:
dummyCellStyleLeftColumn- the dummy cell style left column
-
getDummyCellStyleRightColumn
- Returns:
- example value for the TableData field
-
setDummyCellStyleRightColumn
Sets dummy cell style right column.- Parameters:
dummyCellStyleRightColumn- the dummy cell style right column
-
getDummyCellWidth
- Returns:
- example value for the TableData field
-
setDummyCellWidth
Sets dummy cell width.- Parameters:
dummyCellWidth- the dummy cell width
-
getDummyHeaderRows
- Returns:
- example value for the TableData field
-
setDummyHeaderRows
Sets dummy header rows.- Parameters:
dummyHeaderRows- the dummy header rows
-
getDummyLabel
- Returns:
- example value for the TableData field
-
setDummyLabel
Sets dummy label.- Parameters:
dummyLabel- the dummy label
-
getDummyLeftColumn
{@link com.priint.pubserver.plugin.entitydata.TableData#getLeftColumn()()}- Returns:
- example value for the TableData field
-
setDummyLeftColumn
Sets dummy left column.- Parameters:
dummyLeftColumn-
-
getDummyRightColumn
- Returns:
- example value for the TableData field
-
setDummyRightColumn
Sets dummy right column.- Parameters:
dummyRightColumn-
-
getDummyTableDataRows
- Returns:
- XML object containing table data
-
setDummyTableDataRows
Sets dummy table data rows.- Parameters:
dummyTableDataRows- the dummy table data rows
-
getDummyTableStyle
- Returns:
- example value for the TableData field
-
setDummyTableStyle
Sets dummy table style.- Parameters:
dummyTableStyle- the dummy table style
-
getDummyTemplate
- Returns:
- example value for the TableData field
-
setDummyTemplate
Sets dummy template.- Parameters:
dummyTemplate- the dummy template
-
allowedTagsinstead.