|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.betwixt.schema.ParentColumn
org.apache.commons.betwixt.schema.CyclicColumn
public class CyclicColumn
This is a bean specifically designed to test cyclic references.
The idea is that there's a count that counts every time getFriend
gets called and throws a RuntimeException if the count gets too high.
| Constructor Summary | |
|---|---|
CyclicColumn(java.lang.String name)
|
|
| Method Summary | |
|---|---|
CyclicBean |
getBean()
|
void |
setBean(CyclicBean aBean)
|
java.lang.String |
toString()
|
| Methods inherited from class org.apache.commons.betwixt.schema.ParentColumn |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CyclicColumn(java.lang.String name)
| Method Detail |
|---|
public CyclicBean getBean()
public void setBean(CyclicBean aBean)
public java.lang.String toString()
toString in class ParentColumn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||