public class AgroemporiumProductPrice extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AgroemporiumProductPrice complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="AgroemporiumProductPrice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="en_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gr_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="avg_price" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
avgPrice |
protected String |
enName |
protected String |
grName |
protected String |
id |
| Constructor and Description |
|---|
AgroemporiumProductPrice() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
BigDecimal |
getAvgPrice()
Obtiene el valor de la propiedad avgPrice.
|
String |
getEnName()
Obtiene el valor de la propiedad enName.
|
String |
getGrName()
Obtiene el valor de la propiedad grName.
|
String |
getId()
Obtiene el valor de la propiedad id.
|
boolean |
isSetAvgPrice() |
boolean |
isSetEnName() |
boolean |
isSetGrName() |
boolean |
isSetId() |
void |
setAvgPrice(BigDecimal value)
Define el valor de la propiedad avgPrice.
|
void |
setEnName(String value)
Define el valor de la propiedad enName.
|
void |
setGrName(String value)
Define el valor de la propiedad grName.
|
void |
setId(String value)
Define el valor de la propiedad id.
|
String |
toString() |
AgroemporiumProductPrice |
withAvgPrice(BigDecimal value) |
AgroemporiumProductPrice |
withEnName(String value) |
AgroemporiumProductPrice |
withGrName(String value) |
AgroemporiumProductPrice |
withId(String value) |
protected String id
protected String enName
protected String grName
protected BigDecimal avgPrice
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getEnName()
Stringpublic void setEnName(String value)
value - allowed object is
Stringpublic boolean isSetEnName()
public String getGrName()
Stringpublic void setGrName(String value)
value - allowed object is
Stringpublic boolean isSetGrName()
public BigDecimal getAvgPrice()
BigDecimalpublic void setAvgPrice(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetAvgPrice()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic AgroemporiumProductPrice withId(String value)
public AgroemporiumProductPrice withEnName(String value)
public AgroemporiumProductPrice withGrName(String value)
public AgroemporiumProductPrice withAvgPrice(BigDecimal value)
Copyright © 2016. All Rights Reserved.