Methods Summary |
---|
public float | getAmount()Returns the amount.
return amount;
|
public java.util.List | getChildren()Returns the childen.
return children;
|
public java.util.List | getMoreChildren()Returns the moreChildren.
return moreChildren;
|
public org.hibernate.test.legacy.SubMulti | getParent()Returns the parent.
return parent;
|
public void | setAmount(float amount)Sets the amount.
this.amount = amount;
|
public void | setChildren(java.util.List children)Sets the childen.
this.children = children;
|
public void | setMoreChildren(java.util.List moreChildren)Sets the moreChildren.
this.moreChildren = moreChildren;
|
public void | setParent(org.hibernate.test.legacy.SubMulti parent)Sets the parent.
this.parent = parent;
|