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

public class PhysChmlMeltingPoint extends VdmEntity<PhysChmlMeltingPoint> implements VdmEntitySet
Physical Chemical Melting Point

Original entity name from the Odata EDM: PhysChmlMeltingPoint_Type

  • Field Details

  • Constructor Details

    • PhysChmlMeltingPoint

      public PhysChmlMeltingPoint()
    • PhysChmlMeltingPoint

      public PhysChmlMeltingPoint(@Nullable UUID physChmlPrptyUUID, @Nullable String pCPhysAddlStatementPhrs, @Nullable String pCPrptyLowrLmtOptr, @Nullable BigDecimal physChmlMeltingPtLowrQty, @Nullable String physChmlMeltingPtLowrQtyAsTxt, @Nullable String pCPrptyUprLmtOptr, @Nullable BigDecimal physChmlMeltingPtUprQty, @Nullable String physChmlMeltingPtUprQtyAsTxt, @Nullable String physChmlMeltingPtQtySAPUnit, @Nullable String physChmlMeltingPtQtyISOUnit, @Nullable String pCPhysNoteText)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: PhysChmlMeltingPtLowrQty

      Parameters:
      physChmlMeltingPtLowrQty - Melting Point: Lower Limit
    • setPhysChmlMeltingPtLowrQtyAsTxt

      public void setPhysChmlMeltingPtLowrQtyAsTxt(@Nullable String physChmlMeltingPtLowrQtyAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlMeltingPtLowrQtyAsTxt

      Parameters:
      physChmlMeltingPtLowrQtyAsTxt - Melting 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
    • setPhysChmlMeltingPtUprQty

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

      Original property name from the Odata EDM: PhysChmlMeltingPtUprQty

      Parameters:
      physChmlMeltingPtUprQty - Melting Point: Upper Limit
    • setPhysChmlMeltingPtUprQtyAsTxt

      public void setPhysChmlMeltingPtUprQtyAsTxt(@Nullable String physChmlMeltingPtUprQtyAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlMeltingPtUprQtyAsTxt

      Parameters:
      physChmlMeltingPtUprQtyAsTxt - Melting Point: Upper Limit (as Text)
    • setPhysChmlMeltingPtQtySAPUnit

      public void setPhysChmlMeltingPtQtySAPUnit(@Nullable String physChmlMeltingPtQtySAPUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlMeltingPtQtySAPUnit

      Parameters:
      physChmlMeltingPtQtySAPUnit - Quantity Unit (SAP Code)
    • setPhysChmlMeltingPtQtyISOUnit

      public void setPhysChmlMeltingPtQtyISOUnit(@Nullable String physChmlMeltingPtQtyISOUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlMeltingPtQtyISOUnit

      Parameters:
      physChmlMeltingPtQtyISOUnit - 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<PhysChmlMeltingPoint>
    • getKey

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

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

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

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

      @Nonnull public static PhysChmlMeltingPoint.PhysChmlMeltingPointBuilder builder()
    • getPhysChmlPrptyUUID

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

      Original property name from the Odata EDM: PhysChmlPrptyUUID

      Returns:
      Physical-Chemical Property
    • getPCPhysAddlStatementPhrs

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

      Original property name from the Odata EDM: PCPhysAddlStatementPhrs

      Returns:
      Additional Statement (Phrase ID)
    • getPCPrptyLowrLmtOptr

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

      Original property name from the Odata EDM: PCPrptyLowrLmtOptr

      Returns:
      Operator of Lower Limit
    • getPhysChmlMeltingPtLowrQty

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

      Original property name from the Odata EDM: PhysChmlMeltingPtLowrQty

      Returns:
      Melting Point: Lower Limit
    • getPhysChmlMeltingPtLowrQtyAsTxt

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

      Original property name from the Odata EDM: PhysChmlMeltingPtLowrQtyAsTxt

      Returns:
      Melting 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
    • getPhysChmlMeltingPtUprQty

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

      Original property name from the Odata EDM: PhysChmlMeltingPtUprQty

      Returns:
      Melting Point: Upper Limit
    • getPhysChmlMeltingPtUprQtyAsTxt

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

      Original property name from the Odata EDM: PhysChmlMeltingPtUprQtyAsTxt

      Returns:
      Melting Point: Upper Limit (as Text)
    • getPhysChmlMeltingPtQtySAPUnit

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

      Original property name from the Odata EDM: PhysChmlMeltingPtQtySAPUnit

      Returns:
      Quantity Unit (SAP Code)
    • getPhysChmlMeltingPtQtyISOUnit

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

      Original property name from the Odata EDM: PhysChmlMeltingPtQtyISOUnit

      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<PhysChmlMeltingPoint>
    • equals

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

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

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

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