public class NotifyFarmer extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
cropFieldID |
protected String |
farmID |
protected String |
greenhouseAdviceURL |
| Constructor and Description |
|---|
NotifyFarmer() |
| 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) |
String |
getCropFieldID()
Gets the value of the cropFieldID property.
|
String |
getFarmID()
Gets the value of the farmID property.
|
String |
getGreenhouseAdviceURL()
Gets the value of the greenhouseAdviceURL property.
|
void |
setCropFieldID(String value)
Sets the value of the cropFieldID property.
|
void |
setFarmID(String value)
Sets the value of the farmID property.
|
void |
setGreenhouseAdviceURL(String value)
Sets the value of the greenhouseAdviceURL property.
|
String |
toString() |
NotifyFarmer |
withCropFieldID(String value) |
NotifyFarmer |
withFarmID(String value) |
NotifyFarmer |
withGreenhouseAdviceURL(String value) |
protected String farmID
protected String cropFieldID
protected String greenhouseAdviceURL
public String getFarmID()
Stringpublic void setFarmID(String value)
value - allowed object is
Stringpublic String getCropFieldID()
Stringpublic void setCropFieldID(String value)
value - allowed object is
Stringpublic String getGreenhouseAdviceURL()
Stringpublic void setGreenhouseAdviceURL(String value)
value - allowed object is
Stringpublic 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 NotifyFarmer withFarmID(String value)
public NotifyFarmer withCropFieldID(String value)
public NotifyFarmer withGreenhouseAdviceURL(String value)
Copyright © 2014. All Rights Reserved.