VersionpresupuestoIf.java from Negest at Krugle
Show VersionpresupuestoIf.java syntax highlighted
package tk.sabreWulf.negest.entity.invoicing;
import tk.sabreWulf.negest.entity.invoicing.*;
/**
* The VersionpresupuestoIf 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 VersionpresupuestoIf {
/**
* 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>idversion</code> (foreign key) property.
*
* @return the value of the <code>idversion</code> property.
*/
java.lang.Long getIdversion();
/**
* Sets the value of the <code>idversion</code> (foreign key) property.
*
* @param idversion a value for <code>idversion</code>.
*/
void setIdversion(java.lang.Long idversion);
/**
* 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>idversionPresupuesto</code> relation property.
*
* @return the value of the <code>idversionPresupuesto</code> relation property.
*/
PresupuestoIf getIdversionPresupuesto();
/**
* Sets the value of the <code>idversionPresupuesto</code> relation property.
*
* @param presupuesto a value for <code>idversionPresupuesto</code>.
*/
void setIdversionPresupuesto(PresupuestoIf presupuesto);
}
See more files for this project here