Methods Summary |
---|
public Top | getAnother()Returns the another.
return another;
|
public java.util.List | getBag()Returns the bag.
return bag;
|
public java.lang.String | getFoo()Returns the foo.
return foo;
|
public int | getIntprop()Returns the intprop.
return intprop;
|
public Po | getMypo()Returns the mypo.
return mypo;
|
public java.util.Set | getSet()Returns the set.
return set;
|
public org.hibernate.test.legacy.Lower | getYetanother()Returns the yetanother.
return yetanother;
|
public void | setAnother(Top another)Sets the another.
this.another = another;
|
public void | setBag(java.util.List bag)Sets the bag.
this.bag = bag;
|
public void | setFoo(java.lang.String foo)Sets the foo.
this.foo = foo;
|
public void | setIntprop(int intprop)Sets the intprop.
this.intprop = intprop;
|
public void | setMypo(Po mypo)Sets the mypo.
this.mypo = mypo;
|
public void | setSet(java.util.Set set)Sets the set.
this.set = set;
|
public void | setYetanother(org.hibernate.test.legacy.Lower yetanother)Sets the yetanother.
this.yetanother = yetanother;
|