Class VeganProductInformation

java.lang.Object
org.mule.test.vegan.extension.VeganProductInformation

public class VeganProductInformation extends Object
  • Constructor Details

    • VeganProductInformation

      public VeganProductInformation()
  • Method Details

    • getDescription

      public org.mule.runtime.api.metadata.TypedValue<String> getDescription()
    • setDescription

      public void setDescription(org.mule.runtime.api.metadata.TypedValue<String> description)
    • getBrandName

      public org.mule.runtime.api.metadata.TypedValue<String> getBrandName()
    • setBrandName

      public void setBrandName(org.mule.runtime.api.metadata.TypedValue<String> brandName)
    • getWeight

      public org.mule.runtime.api.metadata.TypedValue<Integer> getWeight()
    • setWeight

      public void setWeight(org.mule.runtime.api.metadata.TypedValue<Integer> weight)