br.com.jarch.svn.StatusArquivoForm Maven / Gradle / Ivy
The newest version!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.jarch.svn;
/**
* @author wagner
*/
public class StatusArquivoForm {
private boolean ignora;
private String status;
private String arquivo;
public boolean isIgnora() {
return ignora;
}
public void setIgnora(boolean ignora) {
this.ignora = ignora;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getArquivo() {
return arquivo;
}
public void setArquivo(String arquivo) {
this.arquivo = arquivo;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy