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

public class Conso_emp extends VdmEntity<Conso_emp> implements VdmEntitySet
BR Part in Corp Consortium

Original entity name from the Odata EDM: conso_empType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cnpj

      Parameters:
      cnpj - CNPJ
    • setCond_decl

      public void setCond_decl(@Nullable String cond_decl)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: cond_decl

      Parameters:
      cond_decl - Declarant Condition
    • setVl_cons

      public void setVl_cons(@Nullable BigDecimal vl_cons)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cons

      Parameters:
      vl_cons - Consortium Income
    • setCnpj_lid

      public void setCnpj_lid(@Nullable String cnpj_lid)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_lid

      Parameters:
      cnpj_lid - CNPJ of Leader Company
    • setVl_decl

      public void setVl_decl(@Nullable BigDecimal vl_decl)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_decl

      Parameters:
      vl_decl - Declarant Income in the Consortium
    • 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<Conso_emp>
    • getKey

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

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

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

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

      @Nonnull public static Conso_emp.Conso_empBuilder 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
    • getCnpj

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

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ
    • getCond_decl

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

      Original property name from the Odata EDM: cond_decl

      Returns:
      Declarant Condition
    • getVl_cons

      @Nullable public BigDecimal getVl_cons()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cons

      Returns:
      Consortium Income
    • getCnpj_lid

      @Nullable public String getCnpj_lid()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_lid

      Returns:
      CNPJ of Leader Company
    • getVl_decl

      @Nullable public BigDecimal getVl_decl()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_decl

      Returns:
      Declarant Income in the Consortium
    • 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<Conso_emp>
    • equals

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

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

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

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