public class BTGConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DEFAULTCATALOGVERSION
Generated constant - Attribute key of
BTGConfig.defaultCatalogVersion attribute defined at extension btg. |
static String |
DEFAULTTIMEUNIT
Generated constant - Attribute key of
BTGConfig.defaultTimeUnit attribute defined at extension btg. |
static String |
OPERANDMAPPING
Generated constant - Attribute key of
BTGConfig.operandMapping attribute defined at extension btg. |
static String |
USEDRULETYPES
Generated constant - Attribute key of
BTGConfig.usedRuleTypes attribute defined at extension btg. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGConfigModel()
Generated constructor - Default constructor for generic creation.
|
BTGConfigModel(IntervalResolution _defaultTimeUnit,
Map<BTGRuleType,Collection<ComposedTypeModel>> _operandMapping,
Collection<BTGRuleType> _usedRuleTypes)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGConfigModel(IntervalResolution _defaultTimeUnit,
Map<BTGRuleType,Collection<ComposedTypeModel>> _operandMapping,
ItemModel _owner,
Collection<BTGRuleType> _usedRuleTypes)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getDefaultCatalogVersion()
Generated method - Getter of the
BTGConfig.defaultCatalogVersion attribute defined at extension btg. |
IntervalResolution |
getDefaultTimeUnit()
Generated method - Getter of the
BTGConfig.defaultTimeUnit attribute defined at extension btg. |
Map<BTGRuleType,Collection<ComposedTypeModel>> |
getOperandMapping()
Generated method - Getter of the
BTGConfig.operandMapping attribute defined at extension btg. |
Collection<BTGRuleType> |
getUsedRuleTypes()
Generated method - Getter of the
BTGConfig.usedRuleTypes attribute defined at extension btg. |
void |
setDefaultCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
BTGConfig.defaultCatalogVersion attribute defined at extension btg. |
void |
setDefaultTimeUnit(IntervalResolution value)
Generated method - Setter of
BTGConfig.defaultTimeUnit attribute defined at extension btg. |
void |
setOperandMapping(Map<BTGRuleType,Collection<ComposedTypeModel>> value)
Generated method - Setter of
BTGConfig.operandMapping attribute defined at extension btg. |
void |
setUsedRuleTypes(Collection<BTGRuleType> value)
Generated method - Setter of
BTGConfig.usedRuleTypes attribute defined at extension btg. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String DEFAULTCATALOGVERSION
BTGConfig.defaultCatalogVersion attribute defined at extension btg.public static final String DEFAULTTIMEUNIT
BTGConfig.defaultTimeUnit attribute defined at extension btg.public static final String USEDRULETYPES
BTGConfig.usedRuleTypes attribute defined at extension btg.public static final String OPERANDMAPPING
BTGConfig.operandMapping attribute defined at extension btg.public BTGConfigModel()
public BTGConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGConfigModel(IntervalResolution _defaultTimeUnit, Map<BTGRuleType,Collection<ComposedTypeModel>> _operandMapping, Collection<BTGRuleType> _usedRuleTypes)
_defaultTimeUnit - initial attribute declared by type BTGConfig at extension btg_operandMapping - initial attribute declared by type BTGConfig at extension btg_usedRuleTypes - initial attribute declared by type BTGConfig at extension btg@Deprecated public BTGConfigModel(IntervalResolution _defaultTimeUnit, Map<BTGRuleType,Collection<ComposedTypeModel>> _operandMapping, ItemModel _owner, Collection<BTGRuleType> _usedRuleTypes)
_defaultTimeUnit - initial attribute declared by type BTGConfig at extension btg_operandMapping - initial attribute declared by type BTGConfig at extension btg_owner - initial attribute declared by type Item at extension core_usedRuleTypes - initial attribute declared by type BTGConfig at extension btg@Accessor(qualifier="defaultCatalogVersion", type=GETTER) public CatalogVersionModel getDefaultCatalogVersion()
BTGConfig.defaultCatalogVersion attribute defined at extension btg.@Accessor(qualifier="defaultTimeUnit", type=GETTER) public IntervalResolution getDefaultTimeUnit()
BTGConfig.defaultTimeUnit attribute defined at extension btg.@Accessor(qualifier="operandMapping", type=GETTER) public Map<BTGRuleType,Collection<ComposedTypeModel>> getOperandMapping()
BTGConfig.operandMapping attribute defined at extension btg.@Accessor(qualifier="usedRuleTypes", type=GETTER) public Collection<BTGRuleType> getUsedRuleTypes()
BTGConfig.usedRuleTypes attribute defined at extension btg.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="defaultCatalogVersion", type=SETTER) public void setDefaultCatalogVersion(CatalogVersionModel value)
BTGConfig.defaultCatalogVersion attribute defined at extension btg.value - the defaultCatalogVersion@Accessor(qualifier="defaultTimeUnit", type=SETTER) public void setDefaultTimeUnit(IntervalResolution value)
BTGConfig.defaultTimeUnit attribute defined at extension btg.value - the defaultTimeUnit@Accessor(qualifier="operandMapping", type=SETTER) public void setOperandMapping(Map<BTGRuleType,Collection<ComposedTypeModel>> value)
BTGConfig.operandMapping attribute defined at extension btg.value - the operandMapping@Accessor(qualifier="usedRuleTypes", type=SETTER) public void setUsedRuleTypes(Collection<BTGRuleType> value)
BTGConfig.usedRuleTypes attribute defined at extension btg.value - the usedRuleTypesCopyright © 2017 SAP SE. All Rights Reserved.