Manypublic class Many extends Object
Fields Summary |
---|
Long | key | One | one | private int | x |
Methods Summary |
---|
public java.lang.Long | getKey()
return this.key;
| public One | getOne()
return this.one;
| public int | getX()
return x;
| public void | setKey(java.lang.Long key)
this.key = key;
| public void | setOne(One one)
this.one = one;
| public void | setX(int x)
this.x = x;
|
|