org.apache.camel.component.salesforce.api.dto
Class PickListValue

java.lang.Object
  extended by org.apache.camel.component.salesforce.api.dto.PickListValue

public class PickListValue
extends Object

Salesforce DTO for picklist value.


Constructor Summary
PickListValue()
           
 
Method Summary
 Boolean getActive()
           
 Boolean getDefaultValue()
           
 String getLabel()
           
 String getValidFor()
           
 String getValue()
           
 void setActive(Boolean active)
           
 void setDefaultValue(Boolean defaultValue)
           
 void setLabel(String label)
           
 void setValidFor(String validFor)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickListValue

public PickListValue()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getActive

public Boolean getActive()

setActive

public void setActive(Boolean active)

getDefaultValue

public Boolean getDefaultValue()

setDefaultValue

public void setDefaultValue(Boolean defaultValue)

getValidFor

public String getValidFor()

setValidFor

public void setValidFor(String validFor)


Apache Camel