/*
* Generated by XDoclet - Do not edit!
*/
package org.openxava.test.model;
/**
* Remote interface for Delivery.
*/
public interface DeliveryRemote
extends org.openxava.ejbx.EJBReplicable, org.openxava.test.model.IDelivery
{
public java.lang.String getIncidents( )
throws java.rmi.RemoteException;
public void setIncidents( java.lang.String newIncidents )
throws java.rmi.RemoteException;
public java.lang.String getDriverType( )
throws java.rmi.RemoteException;
public void setDriverType( java.lang.String newDriverType )
throws java.rmi.RemoteException;
public int getDistance( )
throws java.rmi.RemoteException;
public void setDistance( int newDistance )
throws java.rmi.RemoteException;
public java.lang.String getDescription( )
throws java.rmi.RemoteException;
public void setDescription( java.lang.String newDescription )
throws java.rmi.RemoteException;
public java.util.Date getDateAsLabel( )
throws java.rmi.RemoteException;
public java.lang.String getVehicle( )
throws java.rmi.RemoteException;
public void setVehicle( java.lang.String newVehicle )
throws java.rmi.RemoteException;
public java.lang.String getRemarks( )
throws java.rmi.RemoteException;
public void setRemarks( java.lang.String newRemarks )
throws java.rmi.RemoteException;
public int getNumber( )
throws java.rmi.RemoteException;
public java.lang.String getTransportMode( )
throws java.rmi.RemoteException;
public java.lang.String getEmployee( )
throws java.rmi.RemoteException;
public void setEmployee( java.lang.String newEmployee )
throws java.rmi.RemoteException;
public java.util.Date getDate( )
throws java.rmi.RemoteException;
public void setDate( java.util.Date newDate )
throws java.rmi.RemoteException;
public java.util.Collection getDetails( )
throws java.rmi.RemoteException;
public org.openxava.test.model.IInvoice getInvoice( )
throws java.rmi.RemoteException;
public org.openxava.test.model.InvoiceRemote getInvoiceRemote( )
throws java.rmi.RemoteException;
public org.openxava.test.model.InvoiceKey getInvoiceKey( )
throws java.rmi.RemoteException;
public int getInvoice_year( )
throws java.rmi.RemoteException;
public int getInvoice_number( )
throws java.rmi.RemoteException;
public org.openxava.test.model.IShipment getShipment( )
throws java.rmi.RemoteException;
public org.openxava.test.model.ShipmentRemote getShipmentRemote( )
throws java.rmi.RemoteException;
public void setShipment( org.openxava.test.model.IShipment newShipment )
throws java.rmi.RemoteException;
public org.openxava.test.model.ShipmentKey getShipmentKey( )
throws java.rmi.RemoteException;
public void setShipmentKey( org.openxava.test.model.ShipmentKey key )
throws java.rmi.RemoteException;
public java.lang.String getShipment_type( )
throws java.rmi.RemoteException;
public int getShipment_mode( )
throws java.rmi.RemoteException;
public int getShipment_number( )
throws java.rmi.RemoteException;
public org.openxava.test.model.ICarrier getCarrier( )
throws java.rmi.RemoteException;
public org.openxava.test.model.CarrierRemote getCarrierRemote( )
throws java.rmi.RemoteException;
public void setCarrier( org.openxava.test.model.ICarrier newCarrier )
throws java.rmi.RemoteException;
public org.openxava.test.model.CarrierKey getCarrierKey( )
throws java.rmi.RemoteException;
public void setCarrierKey( org.openxava.test.model.CarrierKey key )
throws java.rmi.RemoteException;
public java.lang.Integer getCarrier_number( )
throws java.rmi.RemoteException;
public org.openxava.test.model.IDeliveryType getType( )
throws java.rmi.RemoteException;
public org.openxava.test.model.DeliveryTypeRemote getTypeRemote( )
throws java.rmi.RemoteException;
public org.openxava.test.model.DeliveryTypeKey getTypeKey( )
throws java.rmi.RemoteException;
public int getType_number( )
throws java.rmi.RemoteException;
public org.openxava.test.model.DeliveryData getData( )
throws java.rmi.RemoteException;
public void setData( org.openxava.test.model.DeliveryData data )
throws java.rmi.RemoteException;
public org.openxava.test.model.DeliveryValue getDeliveryValue( )
throws java.rmi.RemoteException;
public void setDeliveryValue( org.openxava.test.model.DeliveryValue value )
throws java.rmi.RemoteException;
}
|