public class CodeGenerationConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODESEPARATOR
Generated constant - Attribute key of
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices. |
static java.lang.String |
COUPONPARTCOUNT
Generated constant - Attribute key of
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices. |
static java.lang.String |
COUPONPARTLENGTH
Generated constant - Attribute key of
CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices. |
static java.lang.String |
NAME
Generated constant - Attribute key of
CodeGenerationConfiguration.name attribute defined at extension couponservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CodeGenerationConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
CodeGenerationConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CodeGenerationConfigurationModel(java.lang.String _name)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CodeGenerationConfigurationModel(java.lang.String _name,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodeSeparator()
Generated method - Getter of the
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices. |
int |
getCouponPartCount()
Generated method - Getter of the
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices. |
int |
getCouponPartLength()
Generated method - Getter of the
CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices. |
java.lang.String |
getName()
Generated method - Getter of the
CodeGenerationConfiguration.name attribute defined at extension couponservices. |
void |
setCodeSeparator(java.lang.String value)
Generated method - Setter of
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices. |
void |
setCouponPartCount(int value)
Generated method - Setter of
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices. |
void |
setCouponPartLength(int value)
Generated method - Setter of
CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices. |
void |
setName(java.lang.String value)
Generated method - Setter of
CodeGenerationConfiguration.name attribute defined at extension couponservices. |
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 NAME
CodeGenerationConfiguration.name attribute defined at extension couponservices.public static final java.lang.String CODESEPARATOR
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.public static final java.lang.String COUPONPARTCOUNT
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.public static final java.lang.String COUPONPARTLENGTH
CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.public CodeGenerationConfigurationModel()
public CodeGenerationConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CodeGenerationConfigurationModel(java.lang.String _name)
_name - initial attribute declared by type CodeGenerationConfiguration at extension couponservices@Deprecated
public CodeGenerationConfigurationModel(java.lang.String _name,
ItemModel _owner)
_name - initial attribute declared by type CodeGenerationConfiguration at extension couponservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="codeSeparator", type=GETTER) public java.lang.String getCodeSeparator()
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.@Accessor(qualifier="couponPartCount", type=GETTER) public int getCouponPartCount()
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.@Accessor(qualifier="couponPartLength", type=GETTER) public int getCouponPartLength()
CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
CodeGenerationConfiguration.name attribute defined at extension couponservices.@Accessor(qualifier="codeSeparator", type=SETTER) public void setCodeSeparator(java.lang.String value)
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.value - the codeSeparator@Accessor(qualifier="couponPartCount", type=SETTER) public void setCouponPartCount(int value)
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.value - the couponPartCount@Accessor(qualifier="couponPartLength", type=SETTER) public void setCouponPartLength(int value)
CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.value - the couponPartLengthCopyright © 2018 SAP SE. All Rights Reserved.