public class BTGConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTCATALOGVERSION
Generated constant - Attribute key of
BTGConfig.defaultCatalogVersion attribute defined at extension btg. |
static java.lang.String |
DEFAULTTIMEUNIT
Generated constant - Attribute key of
BTGConfig.defaultTimeUnit attribute defined at extension btg. |
static java.lang.String |
OPERANDMAPPING
Generated constant - Attribute key of
BTGConfig.operandMapping attribute defined at extension btg. |
static java.lang.String |
USEDRULETYPES
Generated constant - Attribute key of
BTGConfig.usedRuleTypes attribute defined at extension btg. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGConfigModel()
Generated constructor - Default constructor for generic creation.
|
BTGConfigModel(IntervalResolution _defaultTimeUnit,
java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> _operandMapping,
java.util.Collection<BTGRuleType> _usedRuleTypes)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGConfigModel(IntervalResolution _defaultTimeUnit,
java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> _operandMapping,
ItemModel _owner,
java.util.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. |
java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> |
getOperandMapping()
Generated method - Getter of the
BTGConfig.operandMapping attribute defined at extension btg. |
java.util.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(java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> value)
Generated method - Setter of
BTGConfig.operandMapping attribute defined at extension btg. |
void |
setUsedRuleTypes(java.util.Collection<BTGRuleType> value)
Generated method - Setter of
BTGConfig.usedRuleTypes attribute defined at extension btg. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String DEFAULTCATALOGVERSION
BTGConfig.defaultCatalogVersion attribute defined at extension btg.public static final java.lang.String DEFAULTTIMEUNIT
BTGConfig.defaultTimeUnit attribute defined at extension btg.public static final java.lang.String USEDRULETYPES
BTGConfig.usedRuleTypes attribute defined at extension btg.public static final java.lang.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, java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> _operandMapping, java.util.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, java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> _operandMapping, ItemModel _owner, java.util.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 java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> getOperandMapping()
BTGConfig.operandMapping attribute defined at extension btg.@Accessor(qualifier="usedRuleTypes", type=GETTER) public java.util.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(java.util.Map<BTGRuleType,java.util.Collection<ComposedTypeModel>> value)
BTGConfig.operandMapping attribute defined at extension btg.value - the operandMapping@Accessor(qualifier="usedRuleTypes", type=SETTER) public void setUsedRuleTypes(java.util.Collection<BTGRuleType> value)
BTGConfig.usedRuleTypes attribute defined at extension btg.value - the usedRuleTypesCopyright © 2018 SAP SE. All Rights Reserved.