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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
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