Class SAPPlantLogSysOrgModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPPlantLogSysOrgModel
    extends ItemModel
    Generated model class for type SAPPlantLogSysOrg first defined at extension sapmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _SAPCONFIG2PLANTLOGSYSORG

        public static final java.lang.String _SAPCONFIG2PLANTLOGSYSORG
        Generated relation code constant for relation SAPConfig2PlantLogSysOrg defining source attribute sapConfiguration in extension sapmodel.
        See Also:
        Constant Field Values
      • PLANT

        public static final java.lang.String PLANT
        Generated constant - Attribute key of SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • LOGSYS

        public static final java.lang.String LOGSYS
        Generated constant - Attribute key of SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SALESORG

        public static final java.lang.String SALESORG
        Generated constant - Attribute key of SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPCONFIGURATION

        public static final java.lang.String SAPCONFIGURATION
        Generated constant - Attribute key of SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • WAREHOUSES

        public static final java.lang.String WAREHOUSES
        Generated constant - Attribute key of SAPPlantLogSysOrg.warehouses attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • REASONCODECANCELLATION

        public static final java.lang.String REASONCODECANCELLATION
        Generated constant - Attribute key of SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPPlantLogSysOrgModel

        public SAPPlantLogSysOrgModel()
        Generated constructor - Default constructor for generic creation.
      • SAPPlantLogSysOrgModel

        public SAPPlantLogSysOrgModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SAPPlantLogSysOrgModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPPlantLogSysOrgModel​(WarehouseModel _plant)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _plant - initial attribute declared by type SAPPlantLogSysOrg at extension sapmodel
      • SAPPlantLogSysOrgModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPPlantLogSysOrgModel​(ItemModel _owner,
                                      WarehouseModel _plant)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _owner - initial attribute declared by type Item at extension core
        _plant - initial attribute declared by type SAPPlantLogSysOrg at extension sapmodel
    • Method Detail

      • getPlant

        @Accessor(qualifier="plant",
                  type=GETTER)
        public WarehouseModel getPlant()
        Generated method - Getter of the SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
        Returns:
        the plant - Warehouse
      • getReasonCodeCancellation

        @Accessor(qualifier="reasonCodeCancellation",
                  type=GETTER)
        public java.lang.String getReasonCodeCancellation()
        Generated method - Getter of the SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
        Returns:
        the reasonCodeCancellation - Reason Code For Cancellation
      • getSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=GETTER)
        public SAPConfigurationModel getSapConfiguration()
        Generated method - Getter of the SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.
        Returns:
        the sapConfiguration
      • getWarehouses

        @Accessor(qualifier="warehouses",
                  type=GETTER)
        public java.util.Collection<WarehouseModel> getWarehouses()
        Generated method - Getter of the SAPPlantLogSysOrg.warehouses attribute defined at extension sapmodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the warehouses
      • setLogSys

        @Accessor(qualifier="logSys",
                  type=SETTER)
        public void setLogSys​(SAPLogicalSystemModel value)
        Generated method - Setter of SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
        Parameters:
        value - the logSys - SAP Logical System
      • setPlant

        @Accessor(qualifier="plant",
                  type=SETTER)
        public void setPlant​(WarehouseModel value)
        Generated method - Setter of SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
        Parameters:
        value - the plant - Warehouse
      • setReasonCodeCancellation

        @Accessor(qualifier="reasonCodeCancellation",
                  type=SETTER)
        public void setReasonCodeCancellation​(java.lang.String value)
        Generated method - Setter of SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
        Parameters:
        value - the reasonCodeCancellation - Reason Code For Cancellation
      • setSalesOrg

        @Accessor(qualifier="salesOrg",
                  type=SETTER)
        public void setSalesOrg​(SAPSalesOrganizationModel value)
        Generated method - Setter of SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
        Parameters:
        value - the salesOrg - SAP Sales Organization
      • setSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=SETTER)
        public void setSapConfiguration​(SAPConfigurationModel value)
        Generated method - Setter of SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.
        Parameters:
        value - the sapConfiguration
      • setWarehouses

        @Accessor(qualifier="warehouses",
                  type=SETTER)
        public void setWarehouses​(java.util.Collection<WarehouseModel> value)
        Generated method - Setter of SAPPlantLogSysOrg.warehouses attribute defined at extension sapmodel.
        Parameters:
        value - the warehouses