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

public class Per_disp extends VdmEntity<Per_disp> implements VdmEntitySet
BR Periods Exempt

Original entity name from the Odata EDM: per_dispType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setPer_ref(@Nullable String per_ref)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Parameters:
      per_ref - Bookkeeping reference period
    • setMes_dispensa

      public void setMes_dispensa(@Nullable String mes_dispensa)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: mes_dispensa

      Parameters:
      mes_dispensa - Bookkeeping reference period
    • 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<Per_disp>
    • getKey

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

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

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

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

      @Nonnull public static Per_disp.Per_dispBuilder 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
    • getPer_ref

      @Nullable public String getPer_ref()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Returns:
      Bookkeeping reference period
    • getMes_dispensa

      @Nullable public String getMes_dispensa()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: mes_dispensa

      Returns:
      Bookkeeping reference period
    • 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<Per_disp>
    • equals

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

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

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

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