Show CentroIf.java syntax highlighted
package tk.sabreWulf.negest.entity.core;
import tk.sabreWulf.negest.entity.core.*;
/**
* The CentroIf 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 CentroIf {
/**
* 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>idempresa</code> (foreign key) property.
*
* @return the value of the <code>idempresa</code> property.
*/
java.lang.Long getIdempresa();
/**
* Sets the value of the <code>idempresa</code> (foreign key) property.
*
* @param idempresa a value for <code>idempresa</code>.
*/
void setIdempresa(java.lang.Long idempresa);
/**
* 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>idcentro</code> property.
*
* @return the value of the <code>idcentro</code> property
*/
java.lang.Long getIdcentro();
/**
* Sets the value of the <code>idcentro</code> property.
*
* @param idcentro the value for the <code>idcentro</code> property
*/
void setIdcentro(java.lang.Long idcentro);
/**
* Returns the value of the <code>idrol</code> property.
*
* @return the value of the <code>idrol</code> property
*/
java.lang.Long getIdrol();
/**
* Sets the value of the <code>idrol</code> property.
*
* @param idrol the value for the <code>idrol</code> property
*/
void setIdrol(java.lang.Long idrol);
/**
* Returns the value of the <code>idusuario</code> property.
*
* @return the value of the <code>idusuario</code> property
*/
java.lang.Long getIdusuario();
/**
* Sets the value of the <code>idusuario</code> property.
*
* @param idusuario the value for the <code>idusuario</code> property
*/
void setIdusuario(java.lang.Long idusuario);
/**
* Returns the value of the <code>principal</code> property.
*
* @return the value of the <code>principal</code> property
*/
java.lang.Byte getPrincipal();
/**
* Sets the value of the <code>principal</code> property.
*
* @param principal the value for the <code>principal</code> property
*/
void setPrincipal(java.lang.Byte principal);
/**
* 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>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>localidad</code> property.
*
* @return the value of the <code>localidad</code> property
*/
java.lang.String getLocalidad();
/**
* Sets the value of the <code>localidad</code> property.
*
* @param localidad the value for the <code>localidad</code> property
*/
void setLocalidad(java.lang.String localidad);
/**
* Returns the value of the <code>telefono1</code> property.
*
* @return the value of the <code>telefono1</code> property
*/
java.lang.String getTelefono1();
/**
* Sets the value of the <code>telefono1</code> property.
*
* @param telefono1 the value for the <code>telefono1</code> property
*/
void setTelefono1(java.lang.String telefono1);
/**
* Returns the value of the <code>telefono2</code> property.
*
* @return the value of the <code>telefono2</code> property
*/
java.lang.String getTelefono2();
/**
* Sets the value of the <code>telefono2</code> property.
*
* @param telefono2 the value for the <code>telefono2</code> property
*/
void setTelefono2(java.lang.String telefono2);
/**
* Returns the value of the <code>fax</code> property.
*
* @return the value of the <code>fax</code> property
*/
java.lang.String getFax();
/**
* Sets the value of the <code>fax</code> property.
*
* @param fax the value for the <code>fax</code> property
*/
void setFax(java.lang.String fax);
/**
* Returns the value of the <code>email</code> property.
*
* @return the value of the <code>email</code> property
*/
java.lang.String getEmail();
/**
* Sets the value of the <code>email</code> property.
*
* @param email the value for the <code>email</code> property
*/
void setEmail(java.lang.String email);
/**
* Returns the value of the <code>apdocorreos</code> property.
*
* @return the value of the <code>apdocorreos</code> property
*/
java.lang.String getApdocorreos();
/**
* Sets the value of the <code>apdocorreos</code> property.
*
* @param apdocorreos the value for the <code>apdocorreos</code> property
*/
void setApdocorreos(java.lang.String apdocorreos);
/**
* Returns the value of the <code>idempresaEmpresa</code> relation property.
*
* @return the value of the <code>idempresaEmpresa</code> relation property.
*/
EmpresaIf getIdempresaEmpresa();
/**
* Sets the value of the <code>idempresaEmpresa</code> relation property.
*
* @param empresa a value for <code>idempresaEmpresa</code>.
*/
void setIdempresaEmpresa(EmpresaIf empresa);
}
See more files for this project here