Code Search for Developers
 
 
  

DatosfactenvIf.java from Negest at Krugle


Show DatosfactenvIf.java syntax highlighted

package tk.sabreWulf.negest.entity.customer;

import tk.sabreWulf.negest.entity.customer.*;

/**
 * The DatosfactenvIf 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 DatosfactenvIf {

    /**
     * Return the primary key.
     *
     * @return java.lang.Long he primary key.
     */
    java.lang.Long getPrimaryKey();

    /**
     * Set the primary key.
     *
     * @param pk return java.lang.Long with the primary key.
     */
    void setPrimaryKey(java.lang.Long pk);


   /**
    * Returns the value of the <code>clienteid</code> (foreign key) property.
    *
    * @return the value of the <code>clienteid</code> property.
    */
   java.lang.Long getClienteid();

   /**
    * Sets the value of the <code>clienteid</code> (foreign key) property.
    *
    * @param clienteid a value for <code>clienteid</code>.
    */
   void setClienteid(java.lang.Long clienteid);

   /**
    * Returns the value of the <code>id</code> property.
    *
    * @return the value of the <code>id</code> property
    */
   java.lang.Long getId();

   /**
    * Sets the value of the <code>id</code> property.
    *
    * @param id the value for the <code>id</code> property
    */
   void setId(java.lang.Long id);

   /**
    * Returns the value of the <code>obsoleto</code> property.
    *
    * @return the value of the <code>obsoleto</code> property
    */
   java.lang.Byte getObsoleto();

   /**
    * Sets the value of the <code>obsoleto</code> property.
    *
    * @param obsoleto the value for the <code>obsoleto</code> property
    */
   void setObsoleto(java.lang.Byte obsoleto);

   /**
    * Returns the value of the <code>direccion</code> property.
    *
    * @return the value of the <code>direccion</code> property
    */
   java.lang.String getDireccion();

   /**
    * Sets the value of the <code>direccion</code> property.
    *
    * @param direccion the value for the <code>direccion</code> property
    */
   void setDireccion(java.lang.String direccion);

   /**
    * Returns the value of the <code>cp</code> property.
    *
    * @return the value of the <code>cp</code> property
    */
   java.lang.String getCp();

   /**
    * Sets the value of the <code>cp</code> property.
    *
    * @param cp the value for the <code>cp</code> property
    */
   void setCp(java.lang.String cp);

   /**
    * Returns the value of the <code>provincia</code> property.
    *
    * @return the value of the <code>provincia</code> property
    */
   java.lang.String getProvincia();

   /**
    * Sets the value of the <code>provincia</code> property.
    *
    * @param provincia the value for the <code>provincia</code> property
    */
   void setProvincia(java.lang.String provincia);

   /**
    * Returns the value of the <code>ciudad</code> property.
    *
    * @return the value of the <code>ciudad</code> property
    */
   java.lang.String getCiudad();

   /**
    * Sets the value of the <code>ciudad</code> property.
    *
    * @param ciudad the value for the <code>ciudad</code> property
    */
   void setCiudad(java.lang.String ciudad);

   /**
    * 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>clienteidCliente</code> relation property.
    *
    * @return the value of the <code>clienteidCliente</code> relation property.
    */
   ClienteIf getClienteidCliente();

   /**
    * Sets the value of the <code>clienteidCliente</code> relation property.
    *
    * @param cliente a value for <code>clienteidCliente</code>.
    */
   void setClienteidCliente(ClienteIf cliente);

}




See more files for this project here

Negest

This project aims to offer the SOHO integrated platform to track their customers, the events generated by/with them, the orders and billing, warehouses, customer locations and equipment. Its a CMP/ERP, with its focus on water treatment business, for this

Project homepage: http://sourceforge.net/projects/negest
Programming language(s): Java,XML
License: other

  ClienteIf.java
  ContactoIf.java
  DatoscobroIf.java
  DatosfactenvIf.java