package com.example.web; import org.seasar.ymir.render.html.Option; public class Test36Page extends Test36PageBase { private Option[] options_; private boolean comment_; public Option[] getOptions() { return options_; } public boolean isComment() { return comment_; } }