

Public Member Functions | |
| CategoryDefinitionType () | |
| java.lang.String | getDescription () |
| boolean | isValid () |
| void | marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| void | marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| void | setDescription (java.lang.String description) |
| void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions | |
| static java.lang.Object | unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Private Attributes | |
| java.lang.String | _description |
Class CategoryDefinitionType.
| com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::CategoryDefinitionType | ( | ) | [inline] |
| java.lang.String com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::getDescription | ( | ) | [inline] |
Returns the value of field 'description'. The field 'description' has the following description: category description
References _description.
Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionTypeDescriptor::CategoryDefinitionTypeDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::isValid | ( | ) | [inline] |
Method isValid
Reimplemented in com::cosylab::acs::laser::dao::xml::CategoryDefinition.
References validate().
| void com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::marshal | ( | org.xml.sax.ContentHandler | handler | ) | throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| handler |
Reimplemented in com::cosylab::acs::laser::dao::xml::CategoryDefinition.
| void com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| out |
Reimplemented in com::cosylab::acs::laser::dao::xml::CategoryDefinition.
| void com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::setDescription | ( | java.lang.String | description | ) | [inline] |
Sets the value of field 'description'. The field 'description' has the following description: category description
| description | the value of field 'description'. |
References _description, and description.
Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionTypeDescriptor::CategoryDefinitionTypeDescriptor(), com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::flushCategory(), and cl::utfsm::acs::acg::dao::ACSCategoryDAOImpl::flushCategory().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
Method unmarshal
| reader |
Reimplemented in com::cosylab::acs::laser::dao::xml::CategoryDefinition.
| void com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Reimplemented in com::cosylab::acs::laser::dao::xml::CategoryDefinition.
Referenced by isValid().
java.lang.String com::cosylab::acs::laser::dao::xml::CategoryDefinitionType::_description [private] |
category description
Referenced by getDescription(), and setDescription().
1.6.2