java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Ecommerce>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Ecommerce
All Implemented Interfaces:
VdmEntitySet

public class Ecommerce extends VdmEntity<Ecommerce> implements VdmEntitySet
BR ECommerce

Original entity name from the Odata EDM: ecommerceType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setEmpresa(@Nullable String empresa)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setDt_lancto

      public void setDt_lancto(@Nullable String dt_lancto)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setPais

      public void setPais(@Nullable String pais)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Parameters:
      pais - Siscomex Table Country/Region Code
    • setInd_home_disp

      public void setInd_home_disp(@Nullable String ind_home_disp)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_home_disp

      Parameters:
      ind_home_disp - Indicator of HomePage Availability
    • setInd_serv_disp

      public void setInd_serv_disp(@Nullable String ind_serv_disp)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_serv_disp

      Parameters:
      ind_serv_disp - Server Availability Indicator
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<Ecommerce>
    • toMapOfFields

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

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

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

      @Nonnull public static Ecommerce.EcommerceBuilder builder()
    • getEmpresa

      @Nullable public String getEmpresa()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getDt_lancto

      @Nullable public String getDt_lancto()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getPais

      @Nullable public String getPais()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Returns:
      Siscomex Table Country/Region Code
    • getInd_home_disp

      @Nullable public String getInd_home_disp()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_home_disp

      Returns:
      Indicator of HomePage Availability
    • getInd_serv_disp

      @Nullable public String getInd_serv_disp()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_serv_disp

      Returns:
      Server Availability Indicator
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<Ecommerce>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<Ecommerce>