| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.pm.impl.PMImplorg.apache.ws.jaxme.pm.impl.PMIdImplpublic abstract class PMIdImplextends PMImplNested Class Summary |
Nested classes/interfaces inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
PMImpl.ListObserver | |
Method Summary | |
String |
|
protected String | |
void | |
void |
|
Methods inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
create, getManager, init, parseQuery, select, select, select | |
public String getGetIdMethodName()
Returns the name of the method fetching the object ID.
protected String getId(Element pElement) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, PMException
public void init(JMManager pManager) throws JAXBException
Initializes the PM. Called from theJAXBContextImplupon initialization.
- Parameters:
pManager- The manager being queried for configuration details.
public void setGetIdMethodName(String pProperty)
Sets the name of the method fetching the object ID.