Methods Summary |
---|
public int | getCount()
return count;
|
public long | getId()
return parent.getId();
|
public Parent | getParent()
return parent;
|
public int | getX()
return x;
|
public void | setCount(int count)
this.count = count;
|
private void | setId(long id)
|
public void | setParent(Parent parent)
this.parent = parent;
|
public void | setX(int x)
this.x = x;
|