org.apache.empire.struts2.websample.ws
Class SampleRecord<T>

java.lang.Object
  extended by org.apache.empire.commons.ErrorObject
      extended by org.apache.empire.data.bean.BeanRecordProxy<T>
          extended by org.apache.empire.struts2.websample.ws.SampleRecord<T>
All Implemented Interfaces:
ErrorInfo, Record, RecordData
Direct Known Subclasses:
DepartmentRecord, EmployeeRecord

public class SampleRecord<T>
extends BeanRecordProxy<T>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.empire.commons.ErrorObject
ErrorObject.ObjectErrorInfo
 
Field Summary
protected  SampleContext context
           
 
Fields inherited from class org.apache.empire.data.bean.BeanRecordProxy
log
 
Constructor Summary
SampleRecord(SampleContext context, T data, BeanClass beanClass)
           
 
Method Summary
 
Methods inherited from class org.apache.empire.data.bean.BeanRecordProxy
clearModified, getBean, getBeanProperties, getBeanProperties, getColumn, getColumnExpr, getFieldCount, getFieldIndex, getFieldIndex, getFieldOptions, getKeyColumns, getKeyValues, getValue, getValue, isFieldReadOnly, isFieldVisible, isModified, isNew, isNull, isNull, isValid, setBean, setBeanValues, setBeanValues, setValue, setValue, wasModified
 
Methods inherited from class org.apache.empire.commons.ErrorObject
clearError, clearErrorInfo, error, error, error, error, error, error, error, getErrorInfo, getErrorMessage, getErrorParams, getErrorSource, getErrorType, getMessage, hasError, internalSetError, isExceptionsEnabled, setExceptionsEnabled, success
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected SampleContext context
Constructor Detail

SampleRecord

public SampleRecord(SampleContext context,
                    T data,
                    BeanClass beanClass)


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