ArticuloalmacenIf.java from Negest at Krugle
Show ArticuloalmacenIf.java syntax highlighted
package tk.sabreWulf.negest.entity.warehouse;
import tk.sabreWulf.negest.entity.warehouse.*;
import tk.sabreWulf.negest.entity.warehouse.*;
/**
* The ArticuloalmacenIf interfaces exposes the persistence data.
*
* @author Jose Manuel Molina Pascual Sabre Wulf
* @version $Revision: 1.4 $, $Date: 2005/06/29 20:56:26 $
*/
public interface ArticuloalmacenIf {
/**
* Return the composite primary key.
*
* @return tk.sabreWulf.negest.entity.warehouse.ArticuloalmacenPK with the primary key.
*/
tk.sabreWulf.negest.entity.warehouse.ArticuloalmacenPK getPrimaryKey();
/**
* Set the composite primary key.
*
* @param pk tk.sabreWulf.negest.entity.warehouse.ArticuloalmacenPK with the composite primary key.
*/
void setPrimaryKey(tk.sabreWulf.negest.entity.warehouse.ArticuloalmacenPK pk);
/**
* Returns the value of the <code>idarticulo</code> (foreign key) property.
*
* @return the value of the <code>idarticulo</code> property.
*/
java.lang.Long getIdarticulo();
/**
* Sets the value of the <code>idarticulo</code> (foreign key) property.
*
* @param idarticulo a value for <code>idarticulo</code>.
*/
void setIdarticulo(java.lang.Long idarticulo);
/**
* Returns the value of the <code>idalmacen</code> (foreign key) property.
*
* @return the value of the <code>idalmacen</code> property.
*/
java.lang.Long getIdalmacen();
/**
* Sets the value of the <code>idalmacen</code> (foreign key) property.
*
* @param idalmacen a value for <code>idalmacen</code>.
*/
void setIdalmacen(java.lang.Long idalmacen);
/**
* Returns the value of the <code>cantidad</code> property.
*
* @return the value of the <code>cantidad</code> property
*/
java.lang.Long getCantidad();
/**
* Sets the value of the <code>cantidad</code> property.
*
* @param cantidad the value for the <code>cantidad</code> property
*/
void setCantidad(java.lang.Long cantidad);
/**
* Returns the value of the <code>observaciones</code> property.
*
* @return the value of the <code>observaciones</code> property
*/
java.lang.String getObservaciones();
/**
* Sets the value of the <code>observaciones</code> property.
*
* @param observaciones the value for the <code>observaciones</code> property
*/
void setObservaciones(java.lang.String observaciones);
/**
* Returns the value of the <code>idarticuloArticulo</code> relation property.
*
* @return the value of the <code>idarticuloArticulo</code> relation property.
*/
ArticuloIf getIdarticuloArticulo();
/**
* Sets the value of the <code>idarticuloArticulo</code> relation property.
*
* @param articulo a value for <code>idarticuloArticulo</code>.
*/
void setIdarticuloArticulo(ArticuloIf articulo);
/**
* Returns the value of the <code>idalmacenAlmacen</code> relation property.
*
* @return the value of the <code>idalmacenAlmacen</code> relation property.
*/
AlmacenIf getIdalmacenAlmacen();
/**
* Sets the value of the <code>idalmacenAlmacen</code> relation property.
*
* @param almacen a value for <code>idalmacenAlmacen</code>.
*/
void setIdalmacenAlmacen(AlmacenIf almacen);
}
See more files for this project here