Class FactorValueValueObject

  • All Implemented Interfaces:
    Serializable, Identifiable

    @Deprecated
    public class FactorValueValueObject
    extends IdentifiableValueObject<FactorValue>
    Deprecated.
    aim towards using the FactorValueBasicValueObject. This one is confusing. Once usage of this type has been completely phased out, revise the BioMaterialValueObject and relevant DAOs and Services.
    Each FactorValue can be associated with multiple characteristics (or with a measurement). However, for flattening out the objects for client display, there is only one characteristic associated here.

    Note: this used to be called FactorValueObject and now replaces the old FactorValueValueObject. Confusing!

    Author:
    Paul
    See Also:
    Serialized Form
    • Constructor Detail

      • FactorValueValueObject

        public FactorValueValueObject()
        Deprecated.
        Required when using the class as a spring bean.
      • FactorValueValueObject

        public FactorValueValueObject​(Long id)
        Deprecated.
      • FactorValueValueObject

        public FactorValueValueObject​(FactorValue value,
                                      @Nullable
                                      Characteristic c)
        Deprecated.
        Parameters:
        c - - specific characteristic we're focusing on (yes, this is confusing). This is necessary if the FactorValue has multiple characteristics. DO NOT pass in the ExperimentalFactor category, this just confuses things. If c is null, the plain "value" is used.
        value - value
      • FactorValueValueObject

        public FactorValueValueObject​(FactorValue fv)
        Deprecated.