makotan _at_ gmail dot com

b2で出来る限りどろくはしました

これでゆるしてくれ(w

public static void main(String[] args) {
JooSample10b201 sample = new JooSample10b201();
sample.innerMain(args);

}
public Object getModel() {
Product model = new Product();
return model;
}
public String getInputFile() {
return "J:/JooSample10b2.sxw";
}
public String getTempFile() {
return "J:/JooSample10b2Out.sxw";
}
public String getOutputFile() {
return "J:/JooSample10b2Out.pdf";
}
public boolean isOutPDF(){
return true;
}

帳票作るときのコード(ぉぃ
TemplateMethodPattern使ったので今週からこれだけになりました(w