List of usage examples for java.lang Object subclass-usage
From source file org.displaytag.sample.ReportableListObject.java
/**
* A test class that has data that looks more like information that comes back in a report.
* @author epesh
* @author Fabrizio Giustina
* @version $Revision: 1.11 $ ($Author: fgiust $)
*/
From source file com.sfs.beans.ActionsBean.java
/** * The Class ActionsBean. * * @author David Harrison */ public class ActionsBean extends Object implements Serializable {
From source file org.znerd.yaff.activation.XMLDataSource.java
/** * Implementation of a <code>DataSource</code> for parsed XML content. * * @author <a href="mailto:ernst@ernstdehaan.com">Ernst de Haan</a> */ public final class XMLDataSource extends Object implements XDataSource {
From source file BZip2CRC.java
/**
* Calculates CRC checksum for data being (un-)compressed by BZip2 algorithms.
*
* @author original: <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
* @author this code: <a href="mailto:joerg.wassmer@web.de">Jrg Wamer</a>
*
From source file com.bcpv.webapp.displaytag.decorators.ReportableListObject.java
/**
* A test class that has data that looks more like information that comes back in a report.
* @author epesh
* @author Fabrizio Giustina
* @version $Revision$ ($Author$)
*/
From source file net.sf.theotherpages.samples.disptagint.data.ReportableListObject.java
/**
* A test class that has data that looks more like information that comes back in a report.
* @author epesh
* @author Fabrizio Giustina
* @version $Revision$ ($Author$)
*/
From source file org.seasar.dbflute.net.migration.example.MigrationExample.java
/** * @author jflute */ public class MigrationExample extends Object implements Serializable { /** Serial Version UID. */
From source file com.t3.guid.GUID.java
/** * Global unique identificator object. */ @SerializationVersion(0) public class GUID extends Object implements Serializable, Comparable<GUID> {
From source file org.apache.commons.validator.example.ValidateBean.java
/** * A simple bean to use with the Validator Example. */ public class ValidateBean extends Object { String lastName, firstName, street1, street2, city, state, postalCode, age;
From source file com.sfs.beans.ListTypeBean.java
/** * The Class ListTypeBean. * * @author David Harrison */ public class ListTypeBean extends Object implements Serializable {