package de.hsel.spm.baudas.web; public class Columns { private String col1; //NOPMD private String col2; //NOPMD public Columns(String col1, String col2){ this.col1 = col1; this.col2 = col2; } }