List of usage examples for java.lang Object subclass-usage
From source file carstore.CarBean.java
/**
* <p>This bean encapsulates a car model, including pricing and package
* choices. The system allows the user to customize the properties of
* this bean with the help of the {@link CarCustomizer}.</p>
*
* <h3>Data Access</h3>
From source file org.getobjects.foundation.kvc.KVCWrapper.java
/**
* Streamlines access to all the properties of a given
* JavaBean. Static methods acts as a factory for PropertyHelper instances,
* which are specific to a particular Bean class.
*
* <p>A <code>PropertyHelper</code> for a bean class simplifies getting and
From source file com.icesoft.faces.component.ext.taglib.Util.java
public class Util extends Object { private static Log log = LogFactory.getLog(Util.class); /** * Gets the comma separated list of visibility user roles from the given * component and checks if current user is in one of these roles.
From source file cl.tinet.devops.metrics.gen.bitbucket.model.Issue.java
/** * Issue */ @javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2016-07-04T23:42:53.141-04:00") public class Issue extends Object { @JsonProperty("type")
From source file edu.berkeley.eecs.cfc_tracker.test.location.SendMockLocationService.java
/**
* A Service that injects test Location objects into the Location Services back-end. All other
* apps that are connected to Location Services will see the test location values instead of
* real values, until the test is over.
*
* To use this service, define the mock location values you want to use in the class
From source file rb.app.GLObject.java
public class GLObject extends Object { private int reg_num; // number of subdomains private int[] node_reg; // tell us which subdomain our vertices belong to private int[] face_dom; // tell us which subdomain our faces belong to
From source file org.apache.cocoon.faces.samples.carstore.CarStore.java
/**
* <p>This is the main bean for the application. It maintains a
* <code>Map</code> of {@link CarBean} instances, keyed by model name,
* and a <code>Map</code> of {@link CarCustomizer} instances, keyed by
* package name. The <code>CarBean</code> instances in the model
* <code>Map</code> are accessed from several pages, as described
From source file it.cnr.icar.eric.client.ui.thin.QueryBean.java
/** * * @author dhilder */ public class QueryBean extends java.lang.Object implements java.io.Serializable {
From source file org.xbasej.Util.java
public class Util extends Object { static Log logr = LogFactory.getLog(Util.class); static boolean log4JConfigured = false;
From source file net.lp.actionbarpoirot.actions.UiAction.java
/**
* Performs a user faced action when triggered. A {@link UiAction} represents
* both an action item in an old-style "compatibility" action bar or menu, as
* well as in the modern Honeycomb-and-up native action bars from the support
* library, and in the Google TV left nav bar. It can also represent contextual
* action bar (CAB) action items, even in multiple selection. The action items