java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ReturnsDeliveryMaintObj>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturnsdelivery.ReturnsDeliveryMaintObj

public class ReturnsDeliveryMaintObj extends VdmEntity<ReturnsDeliveryMaintObj>

Original entity name from the Odata EDM: A_ReturnsDeliveryMaintObjType

  • Field Details

    • ALL_FIELDS

      public static final ReturnsDeliveryMaintObjSelectable ALL_FIELDS
      Selector for all available fields of ReturnsDeliveryMaintObj.
    • ASSEMBLY

      public static final ReturnsDeliveryMaintObjField<String> ASSEMBLY
      Use with available fluent helpers to apply the Assembly field to query operations.
    • EQUIPMENT

      public static final ReturnsDeliveryMaintObjField<String> EQUIPMENT
      Use with available fluent helpers to apply the Equipment field to query operations.
    • FUNCTIONAL_LOCATION

      public static final ReturnsDeliveryMaintObjField<String> FUNCTIONAL_LOCATION
      Use with available fluent helpers to apply the FunctionalLocation field to query operations.
    • MAINTENANCE_ITEM_OBJECT

      public static final ReturnsDeliveryMaintObjField<Integer> MAINTENANCE_ITEM_OBJECT
      Use with available fluent helpers to apply the MaintenanceItemObject field to query operations.
    • MAINTENANCE_ITEM_OBJECT_LIST

      public static final ReturnsDeliveryMaintObjField<Integer> MAINTENANCE_ITEM_OBJECT_LIST
      Use with available fluent helpers to apply the MaintenanceItemObjectList field to query operations.
    • MAINTENANCE_NOTIFICATION

      public static final ReturnsDeliveryMaintObjField<String> MAINTENANCE_NOTIFICATION
      Use with available fluent helpers to apply the MaintenanceNotification field to query operations.
    • MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR

      public static final ReturnsDeliveryMaintObjField<String> MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR
      Use with available fluent helpers to apply the MaintObjectLocAcctAssgmtNmbr field to query operations.
    • MATERIAL

      public static final ReturnsDeliveryMaintObjField<String> MATERIAL
      Use with available fluent helpers to apply the Material field to query operations.
    • SERIAL_NUMBER

      public static final ReturnsDeliveryMaintObjField<String> SERIAL_NUMBER
      Use with available fluent helpers to apply the SerialNumber field to query operations.
  • Constructor Details

    • ReturnsDeliveryMaintObj

      public ReturnsDeliveryMaintObj()
    • ReturnsDeliveryMaintObj

      public ReturnsDeliveryMaintObj(@Nullable String assembly, @Nullable String equipment, @Nullable String functionalLocation, @Nullable Integer maintenanceItemObject, @Nullable Integer maintenanceItemObjectList, @Nullable String maintenanceNotification, @Nullable String maintObjectLocAcctAssgmtNmbr, @Nullable String material, @Nullable String serialNumber)
  • Method Details

    • getType

      @Nonnull public Class<ReturnsDeliveryMaintObj> getType()
      Specified by:
      getType in class VdmObject<ReturnsDeliveryMaintObj>
    • setAssembly

      public void setAssembly(@Nullable String assembly)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Assembly

      Parameters:
      assembly - Assembly
    • setEquipment

      public void setEquipment(@Nullable String equipment)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Equipment

      Parameters:
      equipment - Equipment
    • setFunctionalLocation

      public void setFunctionalLocation(@Nullable String functionalLocation)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: FunctionalLocation

      Parameters:
      functionalLocation - Functional loc.
    • setMaintenanceItemObject

      public void setMaintenanceItemObject(@Nullable Integer maintenanceItemObject)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MaintenanceItemObject

      Parameters:
      maintenanceItemObject - Object counters
    • setMaintenanceItemObjectList

      public void setMaintenanceItemObjectList(@Nullable Integer maintenanceItemObjectList)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MaintenanceItemObjectList

      Parameters:
      maintenanceItemObjectList - Object list
    • setMaintenanceNotification

      public void setMaintenanceNotification(@Nullable String maintenanceNotification)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MaintenanceNotification

      Parameters:
      maintenanceNotification - Notification
    • setMaintObjectLocAcctAssgmtNmbr

      public void setMaintObjectLocAcctAssgmtNmbr(@Nullable String maintObjectLocAcctAssgmtNmbr)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MaintObjectLocAcctAssgmtNmbr

      Parameters:
      maintObjectLocAcctAssgmtNmbr - Loc/AccAssmt
    • setMaterial

      public void setMaterial(@Nullable String material)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Parameters:
      material - Material
    • setSerialNumber

      public void setSerialNumber(@Nullable String serialNumber)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: SerialNumber

      Parameters:
      serialNumber - Serial Number
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<ReturnsDeliveryMaintObj>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<ReturnsDeliveryMaintObj>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<ReturnsDeliveryMaintObj>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<ReturnsDeliveryMaintObj>
    • field

      @Nonnull public static <T> ReturnsDeliveryMaintObjField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> ReturnsDeliveryMaintObjField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<ReturnsDeliveryMaintObj>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<ReturnsDeliveryMaintObj>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<ReturnsDeliveryMaintObj>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<ReturnsDeliveryMaintObj>
    • builder

    • getAssembly

      @Nullable public String getAssembly()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Assembly

      Returns:
      Assembly
    • getEquipment

      @Nullable public String getEquipment()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Equipment

      Returns:
      Equipment
    • getFunctionalLocation

      @Nullable public String getFunctionalLocation()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: FunctionalLocation

      Returns:
      Functional loc.
    • getMaintenanceItemObject

      @Nullable public Integer getMaintenanceItemObject()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MaintenanceItemObject

      Returns:
      Object counters
    • getMaintenanceItemObjectList

      @Nullable public Integer getMaintenanceItemObjectList()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MaintenanceItemObjectList

      Returns:
      Object list
    • getMaintenanceNotification

      @Nullable public String getMaintenanceNotification()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MaintenanceNotification

      Returns:
      Notification
    • getMaintObjectLocAcctAssgmtNmbr

      @Nullable public String getMaintObjectLocAcctAssgmtNmbr()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MaintObjectLocAcctAssgmtNmbr

      Returns:
      Loc/AccAssmt
    • getMaterial

      @Nullable public String getMaterial()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Returns:
      Material
    • getSerialNumber

      @Nullable public String getSerialNumber()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: SerialNumber

      Returns:
      Serial Number
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<ReturnsDeliveryMaintObj>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<ReturnsDeliveryMaintObj>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<ReturnsDeliveryMaintObj>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<ReturnsDeliveryMaintObj>