public class SeriesDef extends Object implements Serializable
Constructor and Description |
---|
SeriesDef() |
Modifier and Type | Method and Description |
---|---|
void |
deleteNumber() |
void |
deleteUseLabels() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
JdbcDataSet |
getJdbcDataSet()
Returns the value of field 'jdbcDataSet'.
|
int |
getNumber()
Returns the value of field 'number'.
|
Rgb |
getRgb()
Returns the value of field 'rgb'.
|
String |
getSeriesName()
Returns the value of field 'seriesName'.
|
boolean |
getUseLabels()
Returns the value of field 'useLabels'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
hasNumber()
Method hasNumber.
|
boolean |
hasUseLabels()
Method hasUseLabels.
|
boolean |
isUseLabels()
Returns the value of field 'useLabels'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setJdbcDataSet(JdbcDataSet jdbcDataSet)
Sets the value of field 'jdbcDataSet'.
|
void |
setNumber(int number)
Sets the value of field 'number'.
|
void |
setRgb(Rgb rgb)
Sets the value of field 'rgb'.
|
void |
setSeriesName(String seriesName)
Sets the value of field 'seriesName'.
|
void |
setUseLabels(boolean useLabels)
Sets the value of field 'useLabels'.
|
static SeriesDef |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteNumber()
public void deleteUseLabels()
public boolean equals(Object obj)
public JdbcDataSet getJdbcDataSet()
public int getNumber()
public Rgb getRgb()
public String getSeriesName()
public boolean getUseLabels()
public boolean hasNumber()
public boolean hasUseLabels()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isUseLabels()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setJdbcDataSet(JdbcDataSet jdbcDataSet)
jdbcDataSet
- the value of field 'jdbcDataSet'.public void setNumber(int number)
number
- the value of field 'number'.public void setRgb(Rgb rgb)
rgb
- the value of field 'rgb'.public void setSeriesName(String seriesName)
seriesName
- the value of field 'seriesName'.public void setUseLabels(boolean useLabels)
useLabels
- the value of field 'useLabels'.public static SeriesDef unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.