Code Search for Developers
 
 
  

ReportParameterValueIf.java from Negest at Krugle


Show ReportParameterValueIf.java syntax highlighted

package tk.sabreWulf.negest.entity.reports;


public interface ReportParameterValueIf {

    public java.lang.Long getPrimaryKey();
    public void setPrimaryKey(java.lang.Long pk);
    public java.lang.Long getId();
    public void setId(java.lang.Long id);
	public Long getIdParameter();
	public void setIdParameter(Long idParameter);
	public Long getIdReportInstance();
	public void setIdReportInstance(Long idReportParameterValue);
	public void setStValue(String stValue);
	public Long getValue();
	public void setValue(Long value);
	
}




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

  ParameterIf.java
  ParameterOptionsIf.java
  ReportInstanceIf.java
  ReportParameterValueIf.java
  ReportTypeIf.java
  ReportTypeVersionIf.java