java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex<D_PhysChmlPrptyCrteEvprtnRateP>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty.D_PhysChmlPrptyCrteEvprtnRateP

public class D_PhysChmlPrptyCrteEvprtnRateP extends VdmComplex<D_PhysChmlPrptyCrteEvprtnRateP>

Original complex type name from the Odata EDM: D_PhysChmlPrptyCrteEvprtnRateP

  • Field Details

  • Constructor Details

    • D_PhysChmlPrptyCrteEvprtnRateP

      public D_PhysChmlPrptyCrteEvprtnRateP()
    • D_PhysChmlPrptyCrteEvprtnRateP

      public D_PhysChmlPrptyCrteEvprtnRateP(@Nullable String pCPrptyLowrLmtOptr, @Nullable String physChmlEvprtnRateLowrValTxt, @Nullable String pCPrptyUprLmtOptr, @Nullable String physChmlEvprtnRateUprValTxt, @Nullable String pCPhysAddlStatementPhrs, @Nullable String pCPhysNoteText)
  • Method Details

    • getType

      @Nonnull public Class<D_PhysChmlPrptyCrteEvprtnRateP> getType()
      Specified by:
      getType in class VdmObject<D_PhysChmlPrptyCrteEvprtnRateP>
    • toMapOfFields

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

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<D_PhysChmlPrptyCrteEvprtnRateP>
    • setPCPrptyLowrLmtOptr

      public void setPCPrptyLowrLmtOptr(@Nullable String pCPrptyLowrLmtOptr)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PCPrptyLowrLmtOptr

      Parameters:
      pCPrptyLowrLmtOptr - The pCPrptyLowrLmtOptr to set.
    • setPhysChmlEvprtnRateLowrValTxt

      public void setPhysChmlEvprtnRateLowrValTxt(@Nullable String physChmlEvprtnRateLowrValTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlEvprtnRateLowrValTxt

      Parameters:
      physChmlEvprtnRateLowrValTxt - The physChmlEvprtnRateLowrValTxt to set.
    • setPCPrptyUprLmtOptr

      public void setPCPrptyUprLmtOptr(@Nullable String pCPrptyUprLmtOptr)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PCPrptyUprLmtOptr

      Parameters:
      pCPrptyUprLmtOptr - The pCPrptyUprLmtOptr to set.
    • setPhysChmlEvprtnRateUprValTxt

      public void setPhysChmlEvprtnRateUprValTxt(@Nullable String physChmlEvprtnRateUprValTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlEvprtnRateUprValTxt

      Parameters:
      physChmlEvprtnRateUprValTxt - The physChmlEvprtnRateUprValTxt to set.
    • setPCPhysAddlStatementPhrs

      public void setPCPhysAddlStatementPhrs(@Nullable String pCPhysAddlStatementPhrs)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: PCPhysAddlStatementPhrs

      Parameters:
      pCPhysAddlStatementPhrs - The pCPhysAddlStatementPhrs to set.
    • setPCPhysNoteText

      public void setPCPhysNoteText(@Nullable String pCPhysNoteText)
      Constraints: Not nullable, Maximum length: 1333

      Original property name from the Odata EDM: PCPhysNoteText

      Parameters:
      pCPhysNoteText - The pCPhysNoteText to set.
    • builder

    • getPCPrptyLowrLmtOptr

      @Nullable public String getPCPrptyLowrLmtOptr()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PCPrptyLowrLmtOptr

      Returns:
      The pCPrptyLowrLmtOptr contained in this VdmComplex.
    • getPhysChmlEvprtnRateLowrValTxt

      @Nullable public String getPhysChmlEvprtnRateLowrValTxt()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlEvprtnRateLowrValTxt

      Returns:
      The physChmlEvprtnRateLowrValTxt contained in this VdmComplex.
    • getPCPrptyUprLmtOptr

      @Nullable public String getPCPrptyUprLmtOptr()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PCPrptyUprLmtOptr

      Returns:
      The pCPrptyUprLmtOptr contained in this VdmComplex.
    • getPhysChmlEvprtnRateUprValTxt

      @Nullable public String getPhysChmlEvprtnRateUprValTxt()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlEvprtnRateUprValTxt

      Returns:
      The physChmlEvprtnRateUprValTxt contained in this VdmComplex.
    • getPCPhysAddlStatementPhrs

      @Nullable public String getPCPhysAddlStatementPhrs()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: PCPhysAddlStatementPhrs

      Returns:
      The pCPhysAddlStatementPhrs contained in this VdmComplex.
    • getPCPhysNoteText

      @Nullable public String getPCPhysNoteText()
      Constraints: Not nullable, Maximum length: 1333

      Original property name from the Odata EDM: PCPhysNoteText

      Returns:
      The pCPhysNoteText contained in this VdmComplex.
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<D_PhysChmlPrptyCrteEvprtnRateP>
    • equals

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmObject<D_PhysChmlPrptyCrteEvprtnRateP>
    • getOdataType

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