Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.pm.impl.PMImpl
org.apache.ws.jaxme.pm.impl.PMIdImpl
public abstract class PMIdImpl
extends PMImpl
Nested 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 theJAXBContextImpl
upon 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.