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

public class Ass_digit extends VdmEntity<Ass_digit> implements VdmEntitySet
BR Digital Signature

Original entity name from the Odata EDM: ass_digitType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Ass_digit> getType()
      Specified by:
      getType in class VdmObject<Ass_digit>
    • 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 - The empresa to set.
    • setMes

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

      Original property name from the Odata EDM: mes

      Parameters:
      mes - The mes to set.
    • setAno

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

      Original property name from the Odata EDM: ano

      Parameters:
      ano - The ano to set.
    • setAssin_dig

      public void setAssin_dig(@Nullable String assin_dig)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: assin_dig

      Parameters:
      assin_dig - The assin_dig to set.
    • 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<Ass_digit>
    • getKey

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

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

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

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

      @Nonnull public static Ass_digit.Ass_digitBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getMes

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

      Original property name from the Odata EDM: mes

      Returns:
      The mes contained in this VdmEntity.
    • getAno

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

      Original property name from the Odata EDM: ano

      Returns:
      The ano contained in this VdmEntity.
    • getAssin_dig

      @Nullable public String getAssin_dig()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: assin_dig

      Returns:
      The assin_dig contained in this VdmEntity.
    • 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<Ass_digit>
    • equals

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

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

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

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