public class StandardValue extends CustomValue
| Constructor and Description |
|---|
StandardValue()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowEmail() |
boolean |
getClosed() |
boolean |
getConverted() |
boolean |
getCssExposed() |
ForecastCategories |
getForecastCategory() |
String |
getGroupingString() |
boolean |
getHighPriority() |
int |
getProbability() |
String |
getReverseRole() |
boolean |
getReviewed() |
boolean |
getWon() |
boolean |
isAllowEmail() |
boolean |
isClosed() |
boolean |
isConverted() |
boolean |
isCssExposed() |
boolean |
isHighPriority() |
boolean |
isReviewed() |
boolean |
isWon() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowEmail(boolean allowEmail) |
protected void |
setAllowEmail(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setClosed(boolean closed) |
protected void |
setClosed(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setConverted(boolean converted) |
protected void |
setConverted(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCssExposed(boolean cssExposed) |
protected void |
setCssExposed(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setForecastCategory(ForecastCategories forecastCategory) |
protected void |
setForecastCategory(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setGroupingString(String groupingString) |
protected void |
setGroupingString(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setHighPriority(boolean highPriority) |
protected void |
setHighPriority(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setProbability(int probability) |
protected void |
setProbability(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setReverseRole(String reverseRole) |
protected void |
setReverseRole(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setReviewed(boolean reviewed) |
protected void |
setReviewed(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setWon(boolean won) |
protected void |
setWon(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getColor, getDefault, getDescription, getIsActive, getLabel, isDefault, isIsActive, setColor, setColor, setDefault, setDefault, setDescription, setDescription, setIsActive, setIsActive, setLabel, setLabelgetFullName, setFullName, setFullNamepublic boolean getAllowEmail()
public boolean isAllowEmail()
public void setAllowEmail(boolean allowEmail)
protected void setAllowEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getClosed()
public boolean isClosed()
public void setClosed(boolean closed)
protected void setClosed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getConverted()
public boolean isConverted()
public void setConverted(boolean converted)
protected void setConverted(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getCssExposed()
public boolean isCssExposed()
public void setCssExposed(boolean cssExposed)
protected void setCssExposed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic ForecastCategories getForecastCategory()
public void setForecastCategory(ForecastCategories forecastCategory)
protected void setForecastCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getGroupingString()
public void setGroupingString(String groupingString)
protected void setGroupingString(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getHighPriority()
public boolean isHighPriority()
public void setHighPriority(boolean highPriority)
protected void setHighPriority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic int getProbability()
public void setProbability(int probability)
protected void setProbability(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getReverseRole()
public void setReverseRole(String reverseRole)
protected void setReverseRole(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getReviewed()
public boolean isReviewed()
public void setReviewed(boolean reviewed)
protected void setReviewed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getWon()
public boolean isWon()
public void setWon(boolean won)
protected void setWon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class CustomValueIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class CustomValueIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class CustomValueIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class CustomValueIOExceptionConnectionExceptionpublic String toString()
toString in class CustomValueCopyright © 2017. All Rights Reserved.