|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ontopoly.pojos.ModelBean
public class ModelBean
Bean that is set to every node of tree as user object. This bean has properties that are used to hold values for the cells.
Constructor Summary | |
---|---|
ModelBean(java.lang.String s)
Creates the bean. |
Method Summary | |
---|---|
java.lang.String |
getProperty1()
Returns the first property. |
java.lang.String |
getProperty2()
Returns the second property. |
java.lang.String |
getProperty3()
Returns the value of third property. |
java.lang.String |
getProperty4()
Returns the value of fourth property |
java.lang.String |
getProperty5()
Returns the value of fifth property |
java.lang.String |
getProperty6()
Returns the value of sixth property. |
void |
setProperty1(java.lang.String property1)
Sets the value of first property. |
void |
setProperty2(java.lang.String property2)
Sets the value of second property |
void |
setProperty3(java.lang.String property3)
Sets the value of third property |
void |
setProperty4(java.lang.String property4)
Sets the value of fourth property |
void |
setProperty5(java.lang.String property5)
Sets the value of fifth property |
void |
setProperty6(java.lang.String property6)
Sets the value of sixth property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelBean(java.lang.String s)
s
- String that will be suffix of each property.Method Detail |
---|
public java.lang.String getProperty1()
public void setProperty1(java.lang.String property1)
property1
- Mew valuepublic java.lang.String getProperty2()
public void setProperty2(java.lang.String property2)
property2
- New valuepublic java.lang.String getProperty3()
public void setProperty3(java.lang.String property3)
property3
- New valuepublic java.lang.String getProperty4()
public void setProperty4(java.lang.String property4)
property4
- New valuepublic java.lang.String getProperty5()
public void setProperty5(java.lang.String property5)
property5
- New valuepublic java.lang.String getProperty6()
public void setProperty6(java.lang.String property6)
property6
- New value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |