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

public class PhysChmlOdorThreshold extends VdmEntity<PhysChmlOdorThreshold> implements VdmEntitySet
Physical Chemical Odor Threshold

Original entity name from the Odata EDM: PhysChmlOdorThreshold_Type

  • Field Details

  • Constructor Details

    • PhysChmlOdorThreshold

      public PhysChmlOdorThreshold()
    • PhysChmlOdorThreshold

      public PhysChmlOdorThreshold(@Nullable UUID physChmlPrptyUUID, @Nullable String pCPrptyLowrLmtOptr, @Nullable BigDecimal physChmlOdorThldLowrQty, @Nullable String physChmlOdorThldLowrQtyAsTxt, @Nullable String pCPrptyUprLmtOptr, @Nullable BigDecimal physChmlOdorThldUprQty, @Nullable String physChmlOdorThldUprQtyAsTxt, @Nullable String physChmlOdorThldQtySAPUnit, @Nullable String physChmlOdorThldQtyISOUnit, @Nullable String pCPhysNoteText)
  • Method Details

    • getType

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

      public void setPhysChmlPrptyUUID(@Nullable UUID physChmlPrptyUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PhysChmlPrptyUUID

      Parameters:
      physChmlPrptyUUID - Physical-Chemical Property
    • setPCPrptyLowrLmtOptr

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

      Original property name from the Odata EDM: PCPrptyLowrLmtOptr

      Parameters:
      pCPrptyLowrLmtOptr - Operator of Lower Limit
    • setPhysChmlOdorThldLowrQty

      public void setPhysChmlOdorThldLowrQty(@Nullable BigDecimal physChmlOdorThldLowrQty)
      Constraints: Not nullable, Precision: 13, Scale: 6

      Original property name from the Odata EDM: PhysChmlOdorThldLowrQty

      Parameters:
      physChmlOdorThldLowrQty - Odor Threshold: Lower Limit
    • setPhysChmlOdorThldLowrQtyAsTxt

      public void setPhysChmlOdorThldLowrQtyAsTxt(@Nullable String physChmlOdorThldLowrQtyAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlOdorThldLowrQtyAsTxt

      Parameters:
      physChmlOdorThldLowrQtyAsTxt - Odor Threshold: Lower Limit (as Text)
    • setPCPrptyUprLmtOptr

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

      Original property name from the Odata EDM: PCPrptyUprLmtOptr

      Parameters:
      pCPrptyUprLmtOptr - Operator of Upper Limit
    • setPhysChmlOdorThldUprQty

      public void setPhysChmlOdorThldUprQty(@Nullable BigDecimal physChmlOdorThldUprQty)
      Constraints: Not nullable, Precision: 13, Scale: 6

      Original property name from the Odata EDM: PhysChmlOdorThldUprQty

      Parameters:
      physChmlOdorThldUprQty - Odor Threshold: Upper Limit
    • setPhysChmlOdorThldUprQtyAsTxt

      public void setPhysChmlOdorThldUprQtyAsTxt(@Nullable String physChmlOdorThldUprQtyAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlOdorThldUprQtyAsTxt

      Parameters:
      physChmlOdorThldUprQtyAsTxt - Odor Threshold: Upper Limit (as Text)
    • setPhysChmlOdorThldQtySAPUnit

      public void setPhysChmlOdorThldQtySAPUnit(@Nullable String physChmlOdorThldQtySAPUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlOdorThldQtySAPUnit

      Parameters:
      physChmlOdorThldQtySAPUnit - Quantity Unit (SAP Code)
    • setPhysChmlOdorThldQtyISOUnit

      public void setPhysChmlOdorThldQtyISOUnit(@Nullable String physChmlOdorThldQtyISOUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlOdorThldQtyISOUnit

      Parameters:
      physChmlOdorThldQtyISOUnit - Quantity Unit (ISO Code)
    • setPCPhysNoteText

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

      Original property name from the Odata EDM: PCPhysNoteText

      Parameters:
      pCPhysNoteText - Notes
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<PhysChmlOdorThreshold>
    • getKey

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

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

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

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

      @Nonnull public static PhysChmlOdorThreshold.PhysChmlOdorThresholdBuilder builder()
    • getPhysChmlPrptyUUID

      @Nullable public UUID getPhysChmlPrptyUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PhysChmlPrptyUUID

      Returns:
      Physical-Chemical Property
    • getPCPrptyLowrLmtOptr

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

      Original property name from the Odata EDM: PCPrptyLowrLmtOptr

      Returns:
      Operator of Lower Limit
    • getPhysChmlOdorThldLowrQty

      @Nullable public BigDecimal getPhysChmlOdorThldLowrQty()
      Constraints: Not nullable, Precision: 13, Scale: 6

      Original property name from the Odata EDM: PhysChmlOdorThldLowrQty

      Returns:
      Odor Threshold: Lower Limit
    • getPhysChmlOdorThldLowrQtyAsTxt

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

      Original property name from the Odata EDM: PhysChmlOdorThldLowrQtyAsTxt

      Returns:
      Odor Threshold: Lower Limit (as Text)
    • getPCPrptyUprLmtOptr

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

      Original property name from the Odata EDM: PCPrptyUprLmtOptr

      Returns:
      Operator of Upper Limit
    • getPhysChmlOdorThldUprQty

      @Nullable public BigDecimal getPhysChmlOdorThldUprQty()
      Constraints: Not nullable, Precision: 13, Scale: 6

      Original property name from the Odata EDM: PhysChmlOdorThldUprQty

      Returns:
      Odor Threshold: Upper Limit
    • getPhysChmlOdorThldUprQtyAsTxt

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

      Original property name from the Odata EDM: PhysChmlOdorThldUprQtyAsTxt

      Returns:
      Odor Threshold: Upper Limit (as Text)
    • getPhysChmlOdorThldQtySAPUnit

      @Nullable public String getPhysChmlOdorThldQtySAPUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlOdorThldQtySAPUnit

      Returns:
      Quantity Unit (SAP Code)
    • getPhysChmlOdorThldQtyISOUnit

      @Nullable public String getPhysChmlOdorThldQtyISOUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlOdorThldQtyISOUnit

      Returns:
      Quantity Unit (ISO Code)
    • getPCPhysNoteText

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

      Original property name from the Odata EDM: PCPhysNoteText

      Returns:
      Notes
    • toString

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

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

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

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

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