com.jdon.model.handler
Class HandlerMetaDef
java.lang.Object
com.jdon.model.handler.HandlerMetaDef
- All Implemented Interfaces:
- java.io.Serializable
public class HandlerMetaDef
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerMetaDef
public HandlerMetaDef()
getFindMethod
public java.lang.String getFindMethod()
- ServiceMapping
- Parameters:
aString - String
getServiceRef
public java.lang.String getServiceRef()
getUpdateMethod
public java.lang.String getUpdateMethod()
getDeleteMethod
public java.lang.String getDeleteMethod()
setCreateMethod
public void setCreateMethod(java.lang.String createMethod)
setFindtMethod
public void setFindtMethod(java.lang.String getMethod)
setServiceRef
public void setServiceRef(java.lang.String serviceRef)
setUpdateMethod
public void setUpdateMethod(java.lang.String updateMethod)
setDeleteMethod
public void setDeleteMethod(java.lang.String deleteMethod)
getCreateMethod
public java.lang.String getCreateMethod()
getInitMethod
public java.lang.String getInitMethod()
- Returns:
- Returns the initMethod.
setInitMethod
public void setInitMethod(java.lang.String initMethod)
- Parameters:
initMethod - The initMethod to set.
getModelMapping
public ModelMapping getModelMapping()
setModelMapping
public void setModelMapping(ModelMapping modelMapping)