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

public class Ident_scp extends VdmEntity<Ident_scp> implements VdmEntitySet
BR SCPs Identification

Original entity name from the Odata EDM: ident_scpType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Ident_scp> getType()
      Specified by:
      getType in class VdmObject<Ident_scp>
    • 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
    • setCod_scp

      public void setCod_scp(@Nullable String cod_scp)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cod_scp

      Parameters:
      cod_scp - SCP Code
    • setNome_scp

      public void setNome_scp(@Nullable String nome_scp)
      Constraints: Not nullable, Maximum length: 120

      Original property name from the Odata EDM: nome_scp

      Parameters:
      nome_scp - SCP Name
    • setInf_comp

      public void setInf_comp(@Nullable String inf_comp)
      Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: inf_comp

      Parameters:
      inf_comp - Supplementary information
    • 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<Ident_scp>
    • getKey

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

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

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

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

      @Nonnull public static Ident_scp.Ident_scpBuilder 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
    • getCod_scp

      @Nullable public String getCod_scp()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cod_scp

      Returns:
      SCP Code
    • getNome_scp

      @Nullable public String getNome_scp()
      Constraints: Not nullable, Maximum length: 120

      Original property name from the Odata EDM: nome_scp

      Returns:
      SCP Name
    • getInf_comp

      @Nullable public String getInf_comp()
      Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: inf_comp

      Returns:
      Supplementary information
    • 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<Ident_scp>
    • equals

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

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

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

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