Class RTOMOPQ

All Implemented Interfaces:
Serializable

public class RTOMOPQ extends QTY implements Serializable
Description of the class RTOMOPQ.
See Also:
  • Field Details

    • numerator

      public MO numerator
      The quantity that is being divided in the ratio. The default is the integer number 1 (one).
    • denominator

      public PQ denominator
      The quantity that devides the numerator in the ratio. The default is the integer number 1 (one). The denominator must not be zero.
  • Constructor Details

    • RTOMOPQ

      public RTOMOPQ()
  • Method Details

    • getNumerator

      public MO getNumerator()
      Return numerator.
      Returns:
      numerator : The quantity that is being divided in the ratio. The default is the integer number 1 (one).
    • setNumerator

      public void setNumerator(MO numerator)
      Set a value to attribute numerator.
      Parameters:
      numerator - : The quantity that is being divided in the ratio. The default is the integer number 1 (one).
    • getDenominator

      public PQ getDenominator()
      Return denominator.
      Returns:
      denominator : The quantity that devides the numerator in the ratio. The default is the integer number 1 (one). The denominator must not be zero.
    • setDenominator

      public void setDenominator(PQ denominator)
      Set a value to attribute denominator.
      Parameters:
      denominator - : The quantity that devides the numerator in the ratio. The default is the integer number 1 (one). The denominator must not be zero.
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class QTY
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class QTY
    • validateByModule

      public static void validateByModule(RTOMOPQ rTOMOPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation