public class CodeGenerationConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODESEPARATOR
Generated constant - Attribute key of
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices. |
static String |
COUPONPARTCOUNT
Generated constant - Attribute key of
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices. |
static String |
COUPONPARTLENGTH
Generated constant - Attribute key of
CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices. |
static String |
NAME
Generated constant - Attribute key of
CodeGenerationConfiguration.name attribute defined at extension couponservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _name)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CodeGenerationConfigurationModel(String _name,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
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. |
String |
getName()
Generated method - Getter of the
CodeGenerationConfiguration.name attribute defined at extension couponservices. |
void |
setCodeSeparator(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(String value)
Generated method - Setter of
CodeGenerationConfiguration.name attribute defined at extension couponservices. |
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 NAME
CodeGenerationConfiguration.name attribute defined at extension couponservices.public static final String CODESEPARATOR
CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.public static final String COUPONPARTCOUNT
CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.public static final 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(String _name)
_name - initial attribute declared by type CodeGenerationConfiguration at extension couponservices@Deprecated public CodeGenerationConfigurationModel(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 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 String getName()
CodeGenerationConfiguration.name attribute defined at extension couponservices.@Accessor(qualifier="codeSeparator", type=SETTER) public void setCodeSeparator(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 © 2017 SAP SE. All Rights Reserved.