Class Treatment

All Implemented Interfaces:
Describable, Identifiable

public class Treatment extends AbstractDescribable
Author:
Paul
  • Constructor Details

    • Treatment

      public Treatment()
  • Method Details

    • getOrderApplied

      public Integer getOrderApplied()
      Returns:
      The order in which this treatment was applied to the biomaterial, relative to the other treatments.
    • setOrderApplied

      public void setOrderApplied(Integer orderApplied)
    • equals

      public boolean equals(Object object)
      Description copied from class: AbstractIdentifiable
      Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.
      Specified by:
      equals in class AbstractIdentifiable