taxisrus.implementation.rmi
Class ModelRMIThreadParameter

java.lang.Object
  |
  +--taxisrus.implementation.rmi.ModelRMIThreadParameter

public class ModelRMIThreadParameter
extends Object

Author:
alexcho To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
protected  Customer _customer
           
protected  String _customerFirstName
           
protected  String _customerLastName
           
protected  String _customerPhone
           
protected  Date _from
           
protected  Customer _newCustomer
           
protected  int _specificity
           
protected  int _timeInterval
           
protected  Date _to
           
protected  int _typeOfReport
           
 
Constructor Summary
ModelRMIThreadParameter(Customer customer)
           
ModelRMIThreadParameter(Customer oldCustomer, Customer newCustomer)
           
ModelRMIThreadParameter(int typeOfReport, int specificity, int timeInterval)
           
ModelRMIThreadParameter(int typeOfReport, int specificity, int timeInterval, Date from, Date to)
           
ModelRMIThreadParameter(String customerPhone, String customerLastName, String customerFirstName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_customer

protected Customer _customer

_newCustomer

protected Customer _newCustomer

_customerPhone

protected String _customerPhone

_customerLastName

protected String _customerLastName

_customerFirstName

protected String _customerFirstName

_typeOfReport

protected int _typeOfReport

_specificity

protected int _specificity

_timeInterval

protected int _timeInterval

_from

protected Date _from

_to

protected Date _to
Constructor Detail

ModelRMIThreadParameter

public ModelRMIThreadParameter(Customer customer)

ModelRMIThreadParameter

public ModelRMIThreadParameter(String customerPhone,
                               String customerLastName,
                               String customerFirstName)

ModelRMIThreadParameter

public ModelRMIThreadParameter(int typeOfReport,
                               int specificity,
                               int timeInterval)

ModelRMIThreadParameter

public ModelRMIThreadParameter(int typeOfReport,
                               int specificity,
                               int timeInterval,
                               Date from,
                               Date to)

ModelRMIThreadParameter

public ModelRMIThreadParameter(Customer oldCustomer,
                               Customer newCustomer)


API documentation for build 958