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