| |
|
| java.lang.Object org.objectweb.speedo.pobjects.unilog.Checkpoint
Checkpoint | public class Checkpoint (Code) | | author: unilog31 |
getId | public long getId()(Code) | | Returns the id. |
getOrder | public long getOrder()(Code) | | Returns the order. |
getXpix | public long getXpix()(Code) | | Returns the xpix. |
getYpix | public long getYpix()(Code) | | Returns the ypix. |
setId | public void setId(long id)(Code) | | Parameters: id - The id to set. |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
setOrder | public void setOrder(long order)(Code) | | Parameters: order - The order to set. |
setXpix | public void setXpix(long xpix)(Code) | | Parameters: xpix - The xpix to set. |
setYpix | public void setYpix(long ypix)(Code) | | Parameters: ypix - The ypix to set. |
|
|
|