public class VeganProductInformation extends Object
| Constructor and Description |
|---|
VeganProductInformation() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.TypedValue<String> |
getBrandName() |
org.mule.runtime.api.metadata.TypedValue<String> |
getDescription() |
org.mule.runtime.api.metadata.TypedValue<Integer> |
getWeight() |
void |
setBrandName(org.mule.runtime.api.metadata.TypedValue<String> brandName) |
void |
setDescription(org.mule.runtime.api.metadata.TypedValue<String> description) |
void |
setWeight(org.mule.runtime.api.metadata.TypedValue<Integer> weight) |
public org.mule.runtime.api.metadata.TypedValue<String> getDescription()
public void setDescription(org.mule.runtime.api.metadata.TypedValue<String> description)
public org.mule.runtime.api.metadata.TypedValue<String> getBrandName()
public void setBrandName(org.mule.runtime.api.metadata.TypedValue<String> brandName)
public org.mule.runtime.api.metadata.TypedValue<Integer> getWeight()
public void setWeight(org.mule.runtime.api.metadata.TypedValue<Integer> weight)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.