类 DietarySupplement


public class DietarySupplement extends Product
  • 构造器详细资料

    • DietarySupplement

      public DietarySupplement()
  • 方法详细资料

    • getMechanismOfAction

      public String getMechanismOfAction()
    • setMechanismOfAction

      public void setMechanismOfAction(String mechanismOfAction)
    • getActiveIngredient

      public String getActiveIngredient()
    • setActiveIngredient

      public void setActiveIngredient(String activeIngredient)
    • getProprietaryName

      public String getProprietaryName()
    • setProprietaryName

      public void setProprietaryName(String proprietaryName)
    • getMaximumIntake

      public MaximumDoseSchedule getMaximumIntake()
    • setMaximumIntake

      public void setMaximumIntake(MaximumDoseSchedule maximumIntake)
    • getLegalStatus

      public String getLegalStatus()
    • setLegalStatus

      public void setLegalStatus(String legalStatus)
    • getSafetyConsideration

      public String getSafetyConsideration()
    • setSafetyConsideration

      public void setSafetyConsideration(String safetyConsideration)
    • getTargetPopulation

      public String getTargetPopulation()
    • setTargetPopulation

      public void setTargetPopulation(String targetPopulation)
    • getRecommendedIntake

      public RecommendedDoseSchedule getRecommendedIntake()
    • setRecommendedIntake

      public void setRecommendedIntake(RecommendedDoseSchedule recommendedIntake)
    • getIsProprietary

      public Boolean getIsProprietary()
    • setIsProprietary

      public void setIsProprietary(Boolean isProprietary)
    • getNonProprietaryName

      public String getNonProprietaryName()
    • setNonProprietaryName

      public void setNonProprietaryName(String nonProprietaryName)