public class SAPPlantLogSysOrgModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SAPCONFIG2PLANTLOGSYSORG
Generated relation code constant for relation
SAPConfig2PlantLogSysOrg defining source attribute sapConfiguration in extension sapmodel. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
LOGSYS
Generated constant - Attribute key of
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel. |
static String |
PLANT
Generated constant - Attribute key of
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
static String |
SALESORG
Generated constant - Attribute key of
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel. |
static String |
SAPCONFIGURATION
Generated constant - Attribute key of
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPPlantLogSysOrgModel()
Generated constructor - Default constructor for generic creation.
|
SAPPlantLogSysOrgModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SAPPlantLogSysOrgModel(ItemModel _owner,
WarehouseModel _plant)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPPlantLogSysOrgModel(WarehouseModel _plant)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SAPLogicalSystemModel |
getLogSys()
Generated method - Getter of the
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel. |
WarehouseModel |
getPlant()
Generated method - Getter of the
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
SAPSalesOrganizationModel |
getSalesOrg()
Generated method - Getter of the
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel. |
SAPConfigurationModel |
getSapConfiguration()
Generated method - Getter of the
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel. |
void |
setLogSys(SAPLogicalSystemModel value)
Generated method - Setter of
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel. |
void |
setPlant(WarehouseModel value)
Generated method - Setter of
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
void |
setSalesOrg(SAPSalesOrganizationModel value)
Generated method - Setter of
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel. |
void |
setSapConfiguration(SAPConfigurationModel value)
Generated method - Setter of
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel. |
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 _SAPCONFIG2PLANTLOGSYSORG
SAPConfig2PlantLogSysOrg defining source attribute sapConfiguration in extension sapmodel.public static final String PLANT
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.public static final String LOGSYS
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.public static final String SALESORG
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.public static final String SAPCONFIGURATION
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.public SAPPlantLogSysOrgModel()
public SAPPlantLogSysOrgModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPPlantLogSysOrgModel(WarehouseModel _plant)
_plant - initial attribute declared by type SAPPlantLogSysOrg at extension sapmodel@Deprecated public SAPPlantLogSysOrgModel(ItemModel _owner, WarehouseModel _plant)
_owner - initial attribute declared by type Item at extension core_plant - initial attribute declared by type SAPPlantLogSysOrg at extension sapmodel@Accessor(qualifier="logSys", type=GETTER) public SAPLogicalSystemModel getLogSys()
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.@Accessor(qualifier="plant", type=GETTER) public WarehouseModel getPlant()
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.@Accessor(qualifier="salesOrg", type=GETTER) public SAPSalesOrganizationModel getSalesOrg()
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.@Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.@Accessor(qualifier="logSys", type=SETTER) public void setLogSys(SAPLogicalSystemModel value)
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.value - the logSys - SAP Logical System@Accessor(qualifier="plant", type=SETTER) public void setPlant(WarehouseModel value)
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.value - the plant - Warehouse@Accessor(qualifier="salesOrg", type=SETTER) public void setSalesOrg(SAPSalesOrganizationModel value)
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.value - the salesOrg - SAP Sales Organization@Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.value - the sapConfigurationCopyright © 2017 SAP SE. All Rights Reserved.