| java.lang.Object org.objectweb.speedo.pobjects.cap.JDOScope
JDOScope | public class JDOScope (Code) | | author: mhoudu |
Constructor Summary | |
public | JDOScope(int id, String label) Default constructor. |
JDOScope | public JDOScope(int id, String label)(Code) | | Default constructor.
Parameters: id - The scope identifier. Parameters: label - The scope label. |
getId | public int getId()(Code) | | Gets the id.
Returns the id. |
getLabel | public String getLabel()(Code) | | Gets the label.
Returns the label. |
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. |
|
|