Methods Summary |
---|
public long | getId()Returns the id.
return id;
|
public java.util.List | getXxs()
return xxs;
|
public Y | getY()Returns the y.
return y;
|
public void | setId(long id)Sets the id.
this.id = id;
|
public void | setXxs(java.util.List xxs)
this.xxs = xxs;
|
public void | setY(Y y)Sets the y.
this.y = y;
|