org.apache.empire.struts2.websample.ws
Class SampleBeanDomain

java.lang.Object
  extended by org.apache.empire.data.bean.BeanDomain
      extended by org.apache.empire.struts2.websample.ws.SampleBeanDomain

public class SampleBeanDomain
extends BeanDomain


Nested Class Summary
static class SampleBeanDomain.Departments
          Table definition for Departments
static class SampleBeanDomain.Employees
          Table definition for Persons
 
Field Summary
 SampleBeanDomain.Departments T_DEPARTMENTS
           
 SampleBeanDomain.Employees T_EMPLOYEES
           
 
Constructor Summary
SampleBeanDomain()
           
 
Method Summary
static SampleBeanDomain getInstance()
           
 
Methods inherited from class org.apache.empire.data.bean.BeanDomain
addClass, getClasses, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T_DEPARTMENTS

public final SampleBeanDomain.Departments T_DEPARTMENTS

T_EMPLOYEES

public final SampleBeanDomain.Employees T_EMPLOYEES
Constructor Detail

SampleBeanDomain

public SampleBeanDomain()
Method Detail

getInstance

public static SampleBeanDomain getInstance()


Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.