Class QuantitationTypeArg<T>

All Implemented Interfaces:
Arg<T>
Direct Known Subclasses:
QuantitationTypeByIdArg, QuantitationTypeByNameArg

public abstract class QuantitationTypeArg<T> extends AbstractEntityArg<T,QuantitationType,QuantitationTypeService>
  • Constructor Details

    • QuantitationTypeArg

      protected QuantitationTypeArg(String propertyName, Class<T> propertyType, T value)
  • Method Details