_Paycheck Class Reference

Inherits er::extensions::eof::ERXGenericRecord.

Inherited by Paycheck.

Collaboration diagram for _Paycheck:

Collaboration graph
[legend]

List of all members.

Public Member Functions

java.math.BigDecimal amount ()
Boolean cashed ()
er.erxtest.model.Employee employee ()
Paycheck localInstanceIn (EOEditingContext editingContext)
NSTimestamp paymentDate ()
void setAmount (java.math.BigDecimal value)
void setCashed (Boolean value)
void setEmployee (er.erxtest.model.Employee value)
void setEmployeeRelationship (er.erxtest.model.Employee value)
void setPaymentDate (NSTimestamp value)

Static Public Member Functions

static Paycheck createPaycheck (EOEditingContext editingContext, java.math.BigDecimal amount, Boolean cashed, NSTimestamp paymentDate, er.erxtest.model.Employee employee)
static NSArray< PaycheckfetchAllPaychecks (EOEditingContext editingContext, NSArray< EOSortOrdering > sortOrderings)
static NSArray< PaycheckfetchAllPaychecks (EOEditingContext editingContext)
static Paycheck fetchPaycheck (EOEditingContext editingContext, EOQualifier qualifier)
static Paycheck fetchPaycheck (EOEditingContext editingContext, String keyName, Object value)
static NSArray< PaycheckfetchPaychecks (EOEditingContext editingContext, EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings)
static Paycheck fetchRequiredPaycheck (EOEditingContext editingContext, EOQualifier qualifier)
static Paycheck fetchRequiredPaycheck (EOEditingContext editingContext, String keyName, Object value)
static Paycheck localInstanceIn (EOEditingContext editingContext, Paycheck eo)

Static Public Attributes

static final ERXKey
< java.math.BigDecimal > 
AMOUNT = new ERXKey<java.math.BigDecimal>("amount")
static final String AMOUNT_KEY = AMOUNT.key()
static final ERXKey< Boolean > CASHED = new ERXKey<Boolean>("cashed")
static final String CASHED_KEY = CASHED.key()
static final ERXKey
< er.erxtest.model.Employee
EMPLOYEE = new ERXKey<er.erxtest.model.Employee>("employee")
static final String EMPLOYEE_KEY = EMPLOYEE.key()
static final String ENTITY_NAME = "Paycheck"
static final ERXKey< NSTimestamp > PAYMENT_DATE = new ERXKey<NSTimestamp>("paymentDate")
static final String PAYMENT_DATE_KEY = PAYMENT_DATE.key()

Static Private Attributes

static Logger LOG = Logger.getLogger(_Paycheck.class)


Member Function Documentation

java.math.BigDecimal amount (  ) 

Boolean cashed (  ) 

static Paycheck createPaycheck ( EOEditingContext  editingContext,
java.math.BigDecimal  amount,
Boolean  cashed,
NSTimestamp  paymentDate,
er.erxtest.model.Employee  employee 
) [static]

er.erxtest.model.Employee employee (  ) 

static NSArray<Paycheck> fetchAllPaychecks ( EOEditingContext  editingContext,
NSArray< EOSortOrdering >  sortOrderings 
) [static]

static NSArray<Paycheck> fetchAllPaychecks ( EOEditingContext  editingContext  )  [static]

static Paycheck fetchPaycheck ( EOEditingContext  editingContext,
EOQualifier  qualifier 
) [static]

static Paycheck fetchPaycheck ( EOEditingContext  editingContext,
String  keyName,
Object  value 
) [static]

static NSArray<Paycheck> fetchPaychecks ( EOEditingContext  editingContext,
EOQualifier  qualifier,
NSArray< EOSortOrdering >  sortOrderings 
) [static]

static Paycheck fetchRequiredPaycheck ( EOEditingContext  editingContext,
EOQualifier  qualifier 
) [static]

static Paycheck fetchRequiredPaycheck ( EOEditingContext  editingContext,
String  keyName,
Object  value 
) [static]

static Paycheck localInstanceIn ( EOEditingContext  editingContext,
Paycheck  eo 
) [static]

Paycheck localInstanceIn ( EOEditingContext  ec  )  [virtual]

Returns this EO in the supplied editing context.

Returns:
this EO in the supplied editing context.

Reimplemented from ERXGenericRecord.

NSTimestamp paymentDate (  ) 

void setAmount ( java.math.BigDecimal  value  ) 

void setCashed ( Boolean  value  ) 

void setEmployee ( er.erxtest.model.Employee  value  ) 

void setEmployeeRelationship ( er.erxtest.model.Employee  value  ) 

void setPaymentDate ( NSTimestamp  value  ) 


Member Data Documentation

final ERXKey<java.math.BigDecimal> AMOUNT = new ERXKey<java.math.BigDecimal>("amount") [static]

final String AMOUNT_KEY = AMOUNT.key() [static]

final ERXKey<Boolean> CASHED = new ERXKey<Boolean>("cashed") [static]

final String CASHED_KEY = CASHED.key() [static]

final ERXKey<er.erxtest.model.Employee> EMPLOYEE = new ERXKey<er.erxtest.model.Employee>("employee") [static]

final String EMPLOYEE_KEY = EMPLOYEE.key() [static]

final String ENTITY_NAME = "Paycheck" [static]

Logger LOG = Logger.getLogger(_Paycheck.class) [static, private]

final ERXKey<NSTimestamp> PAYMENT_DATE = new ERXKey<NSTimestamp>("paymentDate") [static]

final String PAYMENT_DATE_KEY = PAYMENT_DATE.key() [static]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:00 2012 for Project Wonder by  doxygen 1.5.8