| java.lang.Object org.objectweb.speedo.pobjects.cap.JDOAction
JDOAction | public class JDOAction (Code) | | author: mhoudu |
JDOAction | public JDOAction(int id, String label, String path)(Code) | | Default constructor.
Parameters: id - The action identifier. Parameters: label - The action label. Parameters: path - The action path. |
getId | public int getId()(Code) | | Gets the id.
Returns the id. |
getLabel | public String getLabel()(Code) | | Gets the label.
Returns the label. |
getPath | public String getPath()(Code) | | Gets the path.
Returns the path. |
setId | public void setId(int id)(Code) | | Sets the id.
Parameters: id - The id to set. |
setLabel | public void setLabel(String label)(Code) | | Sets the label.
Parameters: label - The label to set. |
setPath | public void setPath(String path)(Code) | | Sets the path.
Parameters: path - The path to set. |
|
|