All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nosi.webapps.igrp.pages.startprocess.Startprocess Maven / Gradle / Ivy

Go to download

IGRP Framework is a powerful and highly customizable platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, it provides out of box, several modules to make easy to create stand-alone, production-grade web applications: authentication and access-control, business processes automation, reporting, page builder with automatic code generation and incorporation of the Once-Only-Principle, written in Java. IGRP Framework WAR - Contains some keys resources that give UI to IGRP Framework and others supports files.

There is a newer version: 2.0.0.240912-RCM
Show newest version
package nosi.webapps.igrp.pages.startprocess;

import nosi.core.webapp.Model;
import nosi.core.webapp.RParam;





public class Startprocess extends Model{		
	@RParam(rParamName = "p_header_text")
	private String header_text;
	@RParam(rParamName = "p_total_proc_finished_tit")
	private String total_proc_finished_tit;
	@RParam(rParamName = "p_total_proc_finished_val")
	private String total_proc_finished_val;
	@RParam(rParamName = "p_total_proc_finished_url")
	private String total_proc_finished_url;
	@RParam(rParamName = "p_total_proc_finished_bg")
	private String total_proc_finished_bg;
	@RParam(rParamName = "p_total_proc_finished_icn")
	private String total_proc_finished_icn;
	@RParam(rParamName = "p_total_proc_em_execucao_tit")
	private String total_proc_em_execucao_tit;
	@RParam(rParamName = "p_total_proc_em_execucao_val")
	private String total_proc_em_execucao_val;
	@RParam(rParamName = "p_total_proc_em_execucao_url")
	private String total_proc_em_execucao_url;
	@RParam(rParamName = "p_total_proc_em_execucao_bg")
	private String total_proc_em_execucao_bg;
	@RParam(rParamName = "p_total_proc_em_execucao_icn")
	private String total_proc_em_execucao_icn;
	
	public void setHeader_text(String header_text){
		this.header_text = header_text;
	}
	public String getHeader_text(){
		return this.header_text;
	}
	
	public void setTotal_proc_finished_tit(String total_proc_finished_tit){
		this.total_proc_finished_tit = total_proc_finished_tit;
	}
	public String getTotal_proc_finished_tit(){
		return this.total_proc_finished_tit;
	}
	
	public void setTotal_proc_finished_val(String total_proc_finished_val){
		this.total_proc_finished_val = total_proc_finished_val;
	}
	public String getTotal_proc_finished_val(){
		return this.total_proc_finished_val;
	}
	
	public void setTotal_proc_finished_url(String total_proc_finished_url){
		this.total_proc_finished_url = total_proc_finished_url;
	}
	public String getTotal_proc_finished_url(){
		return this.total_proc_finished_url;
	}
	
	public void setTotal_proc_finished_bg(String total_proc_finished_bg){
		this.total_proc_finished_bg = total_proc_finished_bg;
	}
	public String getTotal_proc_finished_bg(){
		return this.total_proc_finished_bg;
	}
	
	public void setTotal_proc_finished_icn(String total_proc_finished_icn){
		this.total_proc_finished_icn = total_proc_finished_icn;
	}
	public String getTotal_proc_finished_icn(){
		return this.total_proc_finished_icn;
	}
	
	public void setTotal_proc_em_execucao_tit(String total_proc_em_execucao_tit){
		this.total_proc_em_execucao_tit = total_proc_em_execucao_tit;
	}
	public String getTotal_proc_em_execucao_tit(){
		return this.total_proc_em_execucao_tit;
	}
	
	public void setTotal_proc_em_execucao_val(String total_proc_em_execucao_val){
		this.total_proc_em_execucao_val = total_proc_em_execucao_val;
	}
	public String getTotal_proc_em_execucao_val(){
		return this.total_proc_em_execucao_val;
	}
	
	public void setTotal_proc_em_execucao_url(String total_proc_em_execucao_url){
		this.total_proc_em_execucao_url = total_proc_em_execucao_url;
	}
	public String getTotal_proc_em_execucao_url(){
		return this.total_proc_em_execucao_url;
	}
	
	public void setTotal_proc_em_execucao_bg(String total_proc_em_execucao_bg){
		this.total_proc_em_execucao_bg = total_proc_em_execucao_bg;
	}
	public String getTotal_proc_em_execucao_bg(){
		return this.total_proc_em_execucao_bg;
	}
	
	public void setTotal_proc_em_execucao_icn(String total_proc_em_execucao_icn){
		this.total_proc_em_execucao_icn = total_proc_em_execucao_icn;
	}
	public String getTotal_proc_em_execucao_icn(){
		return this.total_proc_em_execucao_icn;
	}



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy