/*
* Generated by XDoclet - Do not edit!
*/
package org.openxava.test.model;
/**
* Remote interface for TransportCharge2.
*/
public interface TransportCharge2Remote
extends org.openxava.ejbx.EJBReplicable, org.openxava.test.model.ITransportCharge2
{
public java.math.BigDecimal getAmount( )
throws java.rmi.RemoteException;
public void setAmount( java.math.BigDecimal newAmount )
throws java.rmi.RemoteException;
public int getYear( )
throws java.rmi.RemoteException;
public org.openxava.test.model.IDelivery getDelivery( )
throws java.rmi.RemoteException;
public org.openxava.test.model.DeliveryRemote getDeliveryRemote( )
throws java.rmi.RemoteException;
public org.openxava.test.model.DeliveryKey getDeliveryKey( )
throws java.rmi.RemoteException;
public int getDelivery_number( )
throws java.rmi.RemoteException;
public int getDelivery_invoice_year( )
throws java.rmi.RemoteException;
public int getDelivery_invoice_number( )
throws java.rmi.RemoteException;
public int getDelivery_type_number( )
throws java.rmi.RemoteException;
public org.openxava.test.model.TransportCharge2Data getData( )
throws java.rmi.RemoteException;
public void setData( org.openxava.test.model.TransportCharge2Data data )
throws java.rmi.RemoteException;
public org.openxava.test.model.TransportCharge2Value getTransportCharge2Value( )
throws java.rmi.RemoteException;
public void setTransportCharge2Value( org.openxava.test.model.TransportCharge2Value value )
throws java.rmi.RemoteException;
}
|