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

public class Inscr_cad extends VdmEntity<Inscr_cad> implements VdmEntitySet
BR Register Description

Original entity name from the Odata EDM: inscr_cadType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_ent_ref(@Nullable String cod_ent_ref)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_ent_ref

      Parameters:
      cod_ent_ref - The cod_ent_ref to set.
    • setCod_inscr

      public void setCod_inscr(@Nullable String cod_inscr)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: cod_inscr

      Parameters:
      cod_inscr - The cod_inscr to set.
    • setVig_de

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

      Original property name from the Odata EDM: vig_de

      Parameters:
      vig_de - Valid From
    • setVig_ate

      public void setVig_ate(@Nullable String vig_ate)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: vig_ate

      Parameters:
      vig_ate - Valid To
    • 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<Inscr_cad>
    • getKey

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

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

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

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

      @Nonnull public static Inscr_cad.Inscr_cadBuilder 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
    • getCod_ent_ref

      @Nullable public String getCod_ent_ref()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_ent_ref

      Returns:
      The cod_ent_ref contained in this VdmEntity.
    • getCod_inscr

      @Nullable public String getCod_inscr()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: cod_inscr

      Returns:
      The cod_inscr contained in this VdmEntity.
    • getVig_de

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

      Original property name from the Odata EDM: vig_de

      Returns:
      Valid From
    • getVig_ate

      @Nullable public String getVig_ate()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: vig_ate

      Returns:
      Valid To
    • 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<Inscr_cad>
    • equals

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

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

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

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