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

public class Cen_lucro extends VdmEntity<Cen_lucro> implements VdmEntitySet
BR Profit Center

Original entity name from the Odata EDM: cen_lucroType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_clucro(@Nullable String cod_clucro)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: cod_clucro

      Parameters:
      cod_clucro - Profit Center
    • setDt_alt

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

      Original property name from the Odata EDM: dt_alt

      Parameters:
      dt_alt - Change Date
    • setClucro

      public void setClucro(@Nullable String clucro)
      Constraints: Not nullable, Maximum length: 254

      Original property name from the Odata EDM: clucro

      Parameters:
      clucro - Profit Center Description
    • 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<Cen_lucro>
    • getKey

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

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

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

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

      @Nonnull public static Cen_lucro.Cen_lucroBuilder 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_clucro

      @Nullable public String getCod_clucro()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: cod_clucro

      Returns:
      Profit Center
    • getDt_alt

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

      Original property name from the Odata EDM: dt_alt

      Returns:
      Change Date
    • getClucro

      @Nullable public String getClucro()
      Constraints: Not nullable, Maximum length: 254

      Original property name from the Odata EDM: clucro

      Returns:
      Profit Center Description
    • 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<Cen_lucro>
    • equals

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

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

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

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