| method | org.apache. |
| method | void org. |
| post | this.cols == 25 |
| post | this.defaultValue == null |
| post | this.key == null |
| post | this.name == null |
| post | this.type == null |
| post | this.rows == 5 |
| method | String getName() |
| pre | init'ed(this.name) |
| post | return_value == this.name |
| post | init'ed(return_value) |
| method | void setName(String) |
| post | this.name == name |
| post | init'ed(this.name) |
| method | String getKey() |
| pre | init'ed(this.key) |
| post | return_value == this.key |
| post | init'ed(return_value) |
| method | void setKey(String) |
| post | this.key == key |
| post | init'ed(this.key) |
| method | String getType() |
| pre | init'ed(this.type) |
| post | return_value == this.type |
| post | init'ed(return_value) |
| method | void setType(String) |
| post | this.type == type |
| post | init'ed(this.type) |
| method | String getDefaultValue() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setDefaultValue(String) |
| post | this.defaultValue == defaultvalue |
| post | init'ed(this. |
| method | int getRows() |
| pre | init'ed(this.rows) |
| post | return_value == this.rows |
| post | init'ed(return_value) |
| method | void setRows(int) |
| post | this.rows == rows |
| post | init'ed(this.rows) |
| method | void setRows(String) |
| post | possibly_ |
| method | int getCols() |
| pre | init'ed(this.cols) |
| post | return_value == this.cols |
| post | init'ed(return_value) |
| method | void setCols(int) |
| post | this.cols == cols |
| post | init'ed(this.cols) |
| method | void setCols(String) |
| post | possibly_ |