public class SAPPlantLogSysOrgModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SAPCONFIG2PLANTLOGSYSORG
Generated relation code constant for relation
SAPConfig2PlantLogSysOrg defining source attribute sapConfiguration in extension sapmodel. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
LOGSYS
Generated constant - Attribute key of
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel. |
static java.lang.String |
PLANT
Generated constant - Attribute key of
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
static java.lang.String |
REASONCODECANCELLATION
Generated constant - Attribute key of
SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess. |
static java.lang.String |
SALESORG
Generated constant - Attribute key of
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel. |
static java.lang.String |
SAPCONFIGURATION
Generated constant - Attribute key of
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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. |
java.lang.String |
getReasonCodeCancellation()
Generated method - Getter of the
SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess. |
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 |
setReasonCodeCancellation(java.lang.String value)
Generated method - Setter of
SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess. |
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, 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 _SAPCONFIG2PLANTLOGSYSORG
SAPConfig2PlantLogSysOrg defining source attribute sapConfiguration in extension sapmodel.public static final java.lang.String PLANT
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.public static final java.lang.String LOGSYS
SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.public static final java.lang.String SALESORG
SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.public static final java.lang.String SAPCONFIGURATION
SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.public static final java.lang.String REASONCODECANCELLATION
SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.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="reasonCodeCancellation", type=GETTER) public java.lang.String getReasonCodeCancellation()
SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.@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="reasonCodeCancellation", type=SETTER) public void setReasonCodeCancellation(java.lang.String value)
SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.value - the reasonCodeCancellation - Reason Code For Cancellation@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 © 2018 SAP SE. All Rights Reserved.