This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.examples.generated
Class Employee
java.lang.Object
   org.apache.gora.persistency.impl.PersistentBase
org.apache.gora.persistency.impl.PersistentBase
       org.apache.gora.examples.generated.Employee
org.apache.gora.examples.generated.Employee
- All Implemented Interfaces: 
- Cloneable, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, Persistent
- public class Employee 
- extends PersistentBase
 
 
 
 
 
| Methods inherited from class org.apache.gora.persistency.impl.PersistentBase | 
| clear, clearDirty, clearDirty, clearDirty, clearNew, clearReadable, clearReadable, clearReadable, clone, equals, getField, getFieldIndex, getFields, getStateManager, hashCode, isDirty, isDirty, isDirty, isFieldEqual, isNew, isReadable, isReadable, registerFields, setDirty, setDirty, setDirty, setNew, setReadable, setReadable, toString | 
 
 
_SCHEMA
public static final org.apache.avro.Schema _SCHEMA
_ALL_FIELDS
public static final String[] _ALL_FIELDS
Employee
public Employee()
Employee
public Employee(StateManager stateManager)
newInstance
public Employee newInstance(StateManager stateManager)
- Description copied from interface: Persistent
- Constructs a new instance of the object with the given StateManager.
 This method is intended to be used by Gora framework.
 
- 
- Parameters:
- stateManager- the StateManager to manage the persistent state 
 of the object
- Returns:
- a new instance of the object
 
getSchema
public org.apache.avro.Schema getSchema()
- 
 
get
public Object get(int _field)
- 
 
put
public void put(int _field,
                Object _value)
- 
 
getName
public org.apache.avro.util.Utf8 getName()
- 
 
setName
public void setName(org.apache.avro.util.Utf8 value)
- 
 
getDateOfBirth
public long getDateOfBirth()
- 
 
setDateOfBirth
public void setDateOfBirth(long value)
- 
 
getSsn
public org.apache.avro.util.Utf8 getSsn()
- 
 
setSsn
public void setSsn(org.apache.avro.util.Utf8 value)
- 
 
getSalary
public int getSalary()
- 
 
setSalary
public void setSalary(int value)
- 
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.