TransportCharge2Remote.java :  » ERP-CRM-Financial » OpenXava-3.0 » org » openxava » test » model » Java Open Source

Java Open Source » ERP CRM Financial » OpenXava 3.0 
OpenXava 3.0 » org » openxava » test » model » TransportCharge2Remote.java
/*
 * 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;

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.