public class CarrierModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
Carrier.code attribute defined at extension consignmenttrackingservices. |
static java.lang.String |
NAME
Generated constant - Attribute key of
Carrier.name attribute defined at extension consignmenttrackingservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CarrierModel()
Generated constructor - Default constructor for generic creation.
|
CarrierModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CarrierModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CarrierModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
Carrier.code attribute defined at extension consignmenttrackingservices. |
java.lang.String |
getName()
Generated method - Getter of the
Carrier.name attribute defined at extension consignmenttrackingservices. |
java.lang.String |
getName(java.util.Locale loc)
Generated method - Getter of the
Carrier.name attribute defined at extension consignmenttrackingservices. |
void |
setCode(java.lang.String value)
Generated method - Setter of
Carrier.code attribute defined at extension consignmenttrackingservices. |
void |
setName(java.lang.String value)
Generated method - Setter of
Carrier.name attribute defined at extension consignmenttrackingservices. |
void |
setName(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
Carrier.name attribute defined at extension consignmenttrackingservices. |
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 CODE
Carrier.code attribute defined at extension consignmenttrackingservices.public static final java.lang.String NAME
Carrier.name attribute defined at extension consignmenttrackingservices.public CarrierModel()
public CarrierModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CarrierModel(java.lang.String _code)
_code - initial attribute declared by type Carrier at extension consignmenttrackingservices@Deprecated
public CarrierModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type Carrier at extension consignmenttrackingservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Carrier.code attribute defined at extension consignmenttrackingservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Carrier.name attribute defined at extension consignmenttrackingservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
Carrier.name attribute defined at extension consignmenttrackingservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Carrier.code attribute defined at extension consignmenttrackingservices.value - the code@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Carrier.name attribute defined at extension consignmenttrackingservices.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
Carrier.name attribute defined at extension consignmenttrackingservices.value - the nameloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.