public class PathPrefixModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
PathPrefix.code attribute defined at extension print. |
static String |
PREFIXMAC
Generated constant - Attribute key of
PathPrefix.prefixMAC attribute defined at extension print. |
static String |
PREFIXWIN
Generated constant - Attribute key of
PathPrefix.prefixWIN attribute defined at extension print. |
static String |
VARIABLENAME
Generated constant - Attribute key of
PathPrefix.variableName attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PathPrefixModel()
Generated constructor - Default constructor for generic creation.
|
PathPrefixModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PathPrefixModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PathPrefixModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
PathPrefix.code attribute defined at extension print. |
String |
getPrefixMAC()
Generated method - Getter of the
PathPrefix.prefixMAC attribute defined at extension print. |
String |
getPrefixWIN()
Generated method - Getter of the
PathPrefix.prefixWIN attribute defined at extension print. |
String |
getVariableName()
Generated method - Getter of the
PathPrefix.variableName attribute defined at extension print. |
void |
setCode(String value)
Generated method - Setter of
PathPrefix.code attribute defined at extension print. |
void |
setPrefixMAC(String value)
Generated method - Setter of
PathPrefix.prefixMAC attribute defined at extension print. |
void |
setPrefixWIN(String value)
Generated method - Setter of
PathPrefix.prefixWIN attribute defined at extension print. |
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 CODE
PathPrefix.code attribute defined at extension print.public static final String PREFIXWIN
PathPrefix.prefixWIN attribute defined at extension print.public static final String PREFIXMAC
PathPrefix.prefixMAC attribute defined at extension print.public static final String VARIABLENAME
PathPrefix.variableName attribute defined at extension print.public PathPrefixModel()
public PathPrefixModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PathPrefixModel(String _code)
_code - initial attribute declared by type PathPrefix at extension print@Deprecated public PathPrefixModel(String _code, ItemModel _owner)
_code - initial attribute declared by type PathPrefix at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
PathPrefix.code attribute defined at extension print.@Accessor(qualifier="prefixMAC", type=GETTER) public String getPrefixMAC()
PathPrefix.prefixMAC attribute defined at extension print.@Accessor(qualifier="prefixWIN", type=GETTER) public String getPrefixWIN()
PathPrefix.prefixWIN attribute defined at extension print.@Accessor(qualifier="variableName", type=GETTER) public String getVariableName()
PathPrefix.variableName attribute defined at extension print.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
PathPrefix.code attribute defined at extension print.value - the code@Accessor(qualifier="prefixMAC", type=SETTER) public void setPrefixMAC(String value)
PathPrefix.prefixMAC attribute defined at extension print.value - the prefixMACCopyright © 2017 SAP SE. All Rights Reserved.