public class C2LItemModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIVE
Generated constant - Attribute key of
C2LItem.active attribute defined at extension core. |
static String |
ISOCODE
Generated constant - Attribute key of
C2LItem.isocode attribute defined at extension core. |
static String |
NAME
Generated constant - Attribute key of
C2LItem.name attribute defined at extension core. |
static String |
ZONE
Generated constant - Attribute key of
C2LItem.zone attribute defined at extension chineselogisticservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
C2LItemModel()
Generated constructor - Default constructor for generic creation.
|
C2LItemModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
C2LItemModel(String _isocode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
C2LItemModel(String _isocode,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Generated method - Getter of the
C2LItem.active attribute defined at extension core. |
String |
getIsocode()
Generated method - Getter of the
C2LItem.isocode attribute defined at extension core. |
String |
getName()
Generated method - Getter of the
C2LItem.name attribute defined at extension core. |
String |
getName(Locale loc)
Generated method - Getter of the
C2LItem.name attribute defined at extension core. |
ZoneModel |
getZone()
Generated method - Getter of the
C2LItem.zone attribute defined at extension chineselogisticservices. |
void |
setActive(Boolean value)
Generated method - Setter of
C2LItem.active attribute defined at extension core. |
void |
setIsocode(String value)
Generated method - Setter of
C2LItem.isocode attribute defined at extension core. |
void |
setName(String value)
Generated method - Setter of
C2LItem.name attribute defined at extension core. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
C2LItem.name attribute defined at extension core. |
void |
setZone(ZoneModel value)
Generated method - Setter of
C2LItem.zone attribute defined at extension chineselogisticservices. |
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 ACTIVE
C2LItem.active attribute defined at extension core.public static final String ISOCODE
C2LItem.isocode attribute defined at extension core.public static final String NAME
C2LItem.name attribute defined at extension core.public static final String ZONE
C2LItem.zone attribute defined at extension chineselogisticservices.public C2LItemModel()
public C2LItemModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public C2LItemModel(String _isocode)
_isocode - initial attribute declared by type C2LItem at extension core@Deprecated public C2LItemModel(String _isocode, ItemModel _owner)
_isocode - initial attribute declared by type C2LItem at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="active", type=GETTER) public Boolean getActive()
C2LItem.active attribute defined at extension core.@Accessor(qualifier="isocode", type=GETTER) public String getIsocode()
C2LItem.isocode attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName()
C2LItem.name attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
C2LItem.name attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="zone", type=GETTER) public ZoneModel getZone()
C2LItem.zone attribute defined at extension chineselogisticservices.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
C2LItem.active attribute defined at extension core.value - the active@Accessor(qualifier="isocode", type=SETTER) public void setIsocode(String value)
C2LItem.isocode attribute defined at extension core.value - the isocode@Accessor(qualifier="name", type=SETTER) public void setName(String value)
C2LItem.name attribute defined at extension core.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
C2LItem.name attribute defined at extension core.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.