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

public class PhysChmlParticleSize extends VdmEntity<PhysChmlParticleSize> implements VdmEntitySet
Physical Chemical Property Particle Size

Original entity name from the Odata EDM: PhysChmlParticleSize_Type

  • Field Details

  • Constructor Details

    • PhysChmlParticleSize

      public PhysChmlParticleSize()
    • PhysChmlParticleSize

      public PhysChmlParticleSize(@Nullable UUID physChmlParticleSizeUUID, @Nullable UUID physChmlPrptyUUID, @Nullable String pCPrptyLowrLmtOptr, @Nullable BigDecimal physChmlParticleSizeLowrQty, @Nullable String physChmlParticleSizeLowrQtyTxt, @Nullable String pCPrptyUprLmtOptr, @Nullable BigDecimal physChmlParticleSizeUprQty, @Nullable String physChmlParticleSizeUprQtyTxt, @Nullable String physChmlParticleSizeQtySAPUnit, @Nullable String physChmlParticleSizeQtyISOUnit, @Nullable String pCPhysNoteText, @Nullable PhysicalChemicalProperty to_PhysChmlPrpty)
  • Method Details

    • getType

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

      public void setPhysChmlParticleSizeUUID(@Nullable UUID physChmlParticleSizeUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PhysChmlParticleSizeUUID

      Parameters:
      physChmlParticleSizeUUID - Particle Size: 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
    • setPhysChmlParticleSizeLowrQty

      public void setPhysChmlParticleSizeLowrQty(@Nullable BigDecimal physChmlParticleSizeLowrQty)
      Constraints: Not nullable, Precision: 9, Scale: 3

      Original property name from the Odata EDM: PhysChmlParticleSizeLowrQty

      Parameters:
      physChmlParticleSizeLowrQty - Particle Size: Lower Limit
    • setPhysChmlParticleSizeLowrQtyTxt

      public void setPhysChmlParticleSizeLowrQtyTxt(@Nullable String physChmlParticleSizeLowrQtyTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlParticleSizeLowrQtyTxt

      Parameters:
      physChmlParticleSizeLowrQtyTxt - Particle Size: 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
    • setPhysChmlParticleSizeUprQty

      public void setPhysChmlParticleSizeUprQty(@Nullable BigDecimal physChmlParticleSizeUprQty)
      Constraints: Not nullable, Precision: 9, Scale: 3

      Original property name from the Odata EDM: PhysChmlParticleSizeUprQty

      Parameters:
      physChmlParticleSizeUprQty - Particle Size: Upper Limit
    • setPhysChmlParticleSizeUprQtyTxt

      public void setPhysChmlParticleSizeUprQtyTxt(@Nullable String physChmlParticleSizeUprQtyTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlParticleSizeUprQtyTxt

      Parameters:
      physChmlParticleSizeUprQtyTxt - Particle Size: Upper Limit (as Text)
    • setPhysChmlParticleSizeQtySAPUnit

      public void setPhysChmlParticleSizeQtySAPUnit(@Nullable String physChmlParticleSizeQtySAPUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlParticleSizeQtySAPUnit

      Parameters:
      physChmlParticleSizeQtySAPUnit - Quantity Unit (SAP Code)
    • setPhysChmlParticleSizeQtyISOUnit

      public void setPhysChmlParticleSizeQtyISOUnit(@Nullable String physChmlParticleSizeQtyISOUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlParticleSizeQtyISOUnit

      Parameters:
      physChmlParticleSizeQtyISOUnit - 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<PhysChmlParticleSize>
    • getKey

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

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

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

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

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<PhysChmlParticleSize>
    • 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 PhysChmlParticleSize 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 PhysChmlParticleSize.PhysChmlParticleSizeBuilder builder()
    • getPhysChmlParticleSizeUUID

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

      Original property name from the Odata EDM: PhysChmlParticleSizeUUID

      Returns:
      Particle Size: 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
    • getPhysChmlParticleSizeLowrQty

      @Nullable public BigDecimal getPhysChmlParticleSizeLowrQty()
      Constraints: Not nullable, Precision: 9, Scale: 3

      Original property name from the Odata EDM: PhysChmlParticleSizeLowrQty

      Returns:
      Particle Size: Lower Limit
    • getPhysChmlParticleSizeLowrQtyTxt

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

      Original property name from the Odata EDM: PhysChmlParticleSizeLowrQtyTxt

      Returns:
      Particle Size: 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
    • getPhysChmlParticleSizeUprQty

      @Nullable public BigDecimal getPhysChmlParticleSizeUprQty()
      Constraints: Not nullable, Precision: 9, Scale: 3

      Original property name from the Odata EDM: PhysChmlParticleSizeUprQty

      Returns:
      Particle Size: Upper Limit
    • getPhysChmlParticleSizeUprQtyTxt

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

      Original property name from the Odata EDM: PhysChmlParticleSizeUprQtyTxt

      Returns:
      Particle Size: Upper Limit (as Text)
    • getPhysChmlParticleSizeQtySAPUnit

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

      Original property name from the Odata EDM: PhysChmlParticleSizeQtySAPUnit

      Returns:
      Quantity Unit (SAP Code)
    • getPhysChmlParticleSizeQtyISOUnit

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

      Original property name from the Odata EDM: PhysChmlParticleSizeQtyISOUnit

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

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

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

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

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