📄 portletinfotype.java
字号:
/* * This class was automatically generated with * <a href="http://www.castor.org">Castor 0.9.5.2</a>, using an XML * Schema. * $Id: PortletInfoType.java 4496 2006-02-08 20:27:04Z wehrens $ */package org.gridsphere.portletcontainer.impl.descriptor;//---------------------------------///- Imported classes and packages -///---------------------------------/import org.exolab.castor.xml.Marshaller;import org.exolab.castor.xml.Unmarshaller;/** * Class PortletInfoType. * * @version $Revision: 3298 $ $Date: 2004-06-29 07:19:44 -0700 (Tue, 29 Jun 2004) $ */public class PortletInfoType implements java.io.Serializable { //--------------------------/ //- Class/Member Variables -/ //--------------------------/ /** * Field _id */ private java.lang.String _id; /** * Field _title */ private org.gridsphere.portletcontainer.impl.descriptor.Title _title; /** * Field _shortTitle */ private org.gridsphere.portletcontainer.impl.descriptor.ShortTitle _shortTitle; /** * Field _keywords */ private org.gridsphere.portletcontainer.impl.descriptor.Keywords _keywords; //----------------/ //- Constructors -/ //----------------/ public PortletInfoType() { super(); } //-- org.gridsphere.portletcontainer.jsr.descriptor.PortletInfoType() //-----------/ //- Methods -/ //-----------/ /** * Returns the value of field 'id'. * * @return the value of field 'id'. */ public java.lang.String getId() { return this._id; } //-- java.lang.String getId() /** * Returns the value of field 'keywords'. * * @return the value of field 'keywords'. */ public org.gridsphere.portletcontainer.impl.descriptor.Keywords getKeywords() { return this._keywords; } //-- org.gridsphere.portletcontainer.jsr.descriptor.Keywords getKeywords() /** * Returns the value of field 'shortTitle'. * * @return the value of field 'shortTitle'. */ public org.gridsphere.portletcontainer.impl.descriptor.ShortTitle getShortTitle() { return this._shortTitle; } //-- org.gridsphere.portletcontainer.jsr.descriptor.ShortTitle getShortTitle() /** * Returns the value of field 'title'. * * @return the value of field 'title'. */ public org.gridsphere.portletcontainer.impl.descriptor.Title getTitle() { return this._title; } //-- org.gridsphere.portletcontainer.jsr.descriptor.Title getTitle() /** * Method isValid */ public boolean isValid() { try { validate(); } catch (org.exolab.castor.xml.ValidationException vex) { return false; } return true; } //-- boolean isValid() /** * Method marshal * * @param out */ public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException { Marshaller.marshal(this, out); } //-- void marshal(java.io.Writer) /** * Method marshal * * @param handler */ public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException { Marshaller.marshal(this, handler); } //-- void marshal(org.xml.sax.ContentHandler) /** * Sets the value of field 'id'. * * @param id the value of field 'id'. */ public void setId(java.lang.String id) { this._id = id; } //-- void setId(java.lang.String) /** * Sets the value of field 'keywords'. * * @param keywords the value of field 'keywords'. */ public void setKeywords(org.gridsphere.portletcontainer.impl.descriptor.Keywords keywords) { this._keywords = keywords; } //-- void setKeywords(org.gridsphere.portletcontainer.jsr.descriptor.Keywords) /** * Sets the value of field 'shortTitle'. * * @param shortTitle the value of field 'shortTitle'. */ public void setShortTitle(org.gridsphere.portletcontainer.impl.descriptor.ShortTitle shortTitle) { this._shortTitle = shortTitle; } //-- void setShortTitle(org.gridsphere.portletcontainer.jsr.descriptor.ShortTitle) /** * Sets the value of field 'title'. * * @param title the value of field 'title'. */ public void setTitle(org.gridsphere.portletcontainer.impl.descriptor.Title title) { this._title = title; } //-- void setTitle(org.gridsphere.portletcontainer.jsr.descriptor.Title) /** * Method unmarshal * * @param reader */ public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException { return (org.gridsphere.portletcontainer.impl.descriptor.PortletInfoType) Unmarshaller.unmarshal(org.gridsphere.portletcontainer.impl.descriptor.PortletInfoType.class, reader); } //-- java.lang.Object unmarshal(java.io.Reader) /** * Method validate */ public void validate() throws org.exolab.castor.xml.ValidationException { org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator(); validator.validate(this); } //-- void validate()}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -