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

public class PhysChmlBoilingPoint extends VdmEntity<PhysChmlBoilingPoint> implements VdmEntitySet
Physical Chemical Boiling Point

Original entity name from the Odata EDM: PhysChmlBoilingPoint_Type

  • Field Details

  • Constructor Details

    • PhysChmlBoilingPoint

      public PhysChmlBoilingPoint()
    • PhysChmlBoilingPoint

      public PhysChmlBoilingPoint(@Nullable UUID physChmlBoilingPtUUID, @Nullable UUID physChmlPrptyUUID, @Nullable String pCPrptyLowrLmtOptr, @Nullable BigDecimal physChmlBoilingPtLowrLmtQty, @Nullable String physChmlBoilingPtLowrLmtAsTxt, @Nullable String pCPrptyUprLmtOptr, @Nullable BigDecimal physChmlBoilingPtUprLmtQty, @Nullable String physChmlBoilingPtUprLmtAsTxt, @Nullable String physChmlBoilingPtQtySAPUnit, @Nullable String physChmlBoilingPtQtyISOUnit, @Nullable String pCPhysNoteText, @Nullable String pCPhysAddlStatementPhrs, @Nullable PhysicalChemicalProperty to_PhysChmlPrpty)
  • Method Details

    • getType

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

      public void setPhysChmlBoilingPtUUID(@Nullable UUID physChmlBoilingPtUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PhysChmlBoilingPtUUID

      Parameters:
      physChmlBoilingPtUUID - Boiling Point: UUID
    • setPhysChmlPrptyUUID

      public void setPhysChmlPrptyUUID(@Nullable UUID physChmlPrptyUUID)
      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
    • setPhysChmlBoilingPtLowrLmtQty

      public void setPhysChmlBoilingPtLowrLmtQty(@Nullable BigDecimal physChmlBoilingPtLowrLmtQty)
      Constraints: Not nullable, Precision: 7, Scale: 2

      Original property name from the Odata EDM: PhysChmlBoilingPtLowrLmtQty

      Parameters:
      physChmlBoilingPtLowrLmtQty - Boiling Point: Lower Limit
    • setPhysChmlBoilingPtLowrLmtAsTxt

      public void setPhysChmlBoilingPtLowrLmtAsTxt(@Nullable String physChmlBoilingPtLowrLmtAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlBoilingPtLowrLmtAsTxt

      Parameters:
      physChmlBoilingPtLowrLmtAsTxt - Boiling Point: 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
    • setPhysChmlBoilingPtUprLmtQty

      public void setPhysChmlBoilingPtUprLmtQty(@Nullable BigDecimal physChmlBoilingPtUprLmtQty)
      Constraints: Not nullable, Precision: 7, Scale: 2

      Original property name from the Odata EDM: PhysChmlBoilingPtUprLmtQty

      Parameters:
      physChmlBoilingPtUprLmtQty - Boiling Point: Upper Limit
    • setPhysChmlBoilingPtUprLmtAsTxt

      public void setPhysChmlBoilingPtUprLmtAsTxt(@Nullable String physChmlBoilingPtUprLmtAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlBoilingPtUprLmtAsTxt

      Parameters:
      physChmlBoilingPtUprLmtAsTxt - Boiling Point: Upper Limit (as Text)
    • setPhysChmlBoilingPtQtySAPUnit

      public void setPhysChmlBoilingPtQtySAPUnit(@Nullable String physChmlBoilingPtQtySAPUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlBoilingPtQtySAPUnit

      Parameters:
      physChmlBoilingPtQtySAPUnit - Quantity Unit (SAP Code)
    • setPhysChmlBoilingPtQtyISOUnit

      public void setPhysChmlBoilingPtQtyISOUnit(@Nullable String physChmlBoilingPtQtyISOUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlBoilingPtQtyISOUnit

      Parameters:
      physChmlBoilingPtQtyISOUnit - 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
    • setPCPhysAddlStatementPhrs

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

      Original property name from the Odata EDM: PCPhysAddlStatementPhrs

      Parameters:
      pCPhysAddlStatementPhrs - Additional Statement (Phrase ID)
    • getEntityCollection

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

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

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<PhysChmlBoilingPoint>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<PhysChmlBoilingPoint>
    • getPhysChmlPrptyIfPresent

      @Nonnull public io.vavr.control.Option<PhysicalChemicalProperty> getPhysChmlPrptyIfPresent()
      Retrieval of associated PhysicalChemicalProperty entity (one to one). This corresponds to the OData navigation property _PhysChmlPrpty.

      If the navigation property for an entity PhysChmlBoilingPoint has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _PhysChmlPrpty is already loaded, the result will contain the PhysicalChemicalProperty entity. If not, an Option with result state empty is returned.
    • setPhysChmlPrpty

      public void setPhysChmlPrpty(PhysicalChemicalProperty value)
      Overwrites the associated PhysicalChemicalProperty entity for the loaded navigation property _PhysChmlPrpty.
      Parameters:
      value - New PhysicalChemicalProperty entity.
    • builder

      @Nonnull public static PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder builder()
    • getPhysChmlBoilingPtUUID

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

      Original property name from the Odata EDM: PhysChmlBoilingPtUUID

      Returns:
      Boiling Point: UUID
    • getPhysChmlPrptyUUID

      @Nullable public UUID getPhysChmlPrptyUUID()
      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
    • getPhysChmlBoilingPtLowrLmtQty

      @Nullable public BigDecimal getPhysChmlBoilingPtLowrLmtQty()
      Constraints: Not nullable, Precision: 7, Scale: 2

      Original property name from the Odata EDM: PhysChmlBoilingPtLowrLmtQty

      Returns:
      Boiling Point: Lower Limit
    • getPhysChmlBoilingPtLowrLmtAsTxt

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

      Original property name from the Odata EDM: PhysChmlBoilingPtLowrLmtAsTxt

      Returns:
      Boiling Point: 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
    • getPhysChmlBoilingPtUprLmtQty

      @Nullable public BigDecimal getPhysChmlBoilingPtUprLmtQty()
      Constraints: Not nullable, Precision: 7, Scale: 2

      Original property name from the Odata EDM: PhysChmlBoilingPtUprLmtQty

      Returns:
      Boiling Point: Upper Limit
    • getPhysChmlBoilingPtUprLmtAsTxt

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

      Original property name from the Odata EDM: PhysChmlBoilingPtUprLmtAsTxt

      Returns:
      Boiling Point: Upper Limit (as Text)
    • getPhysChmlBoilingPtQtySAPUnit

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

      Original property name from the Odata EDM: PhysChmlBoilingPtQtySAPUnit

      Returns:
      Quantity Unit (SAP Code)
    • getPhysChmlBoilingPtQtyISOUnit

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

      Original property name from the Odata EDM: PhysChmlBoilingPtQtyISOUnit

      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
    • getPCPhysAddlStatementPhrs

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

      Original property name from the Odata EDM: PCPhysAddlStatementPhrs

      Returns:
      Additional Statement (Phrase ID)
    • toString

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

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

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

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

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