public interface Method extends CommonDDBean, DescriptionInterface
Modifier and Type | Field and Description |
---|---|
static String |
EJB_NAME |
static String |
METHOD_INTF |
static String |
METHOD_NAME |
static String |
METHOD_PARAMS |
Modifier and Type | Method and Description |
---|---|
String |
getEjbName() |
String |
getMethodIntf() |
String |
getMethodName() |
MethodParams |
getMethodParams() |
MethodParams |
newMethodParams() |
void |
setEjbName(String value) |
void |
setMethodIntf(String value) |
void |
setMethodName(String value) |
void |
setMethodParams(MethodParams value) |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
static final String EJB_NAME
static final String METHOD_INTF
static final String METHOD_NAME
static final String METHOD_PARAMS
void setEjbName(String value)
String getEjbName()
void setMethodIntf(String value)
String getMethodIntf()
void setMethodName(String value)
String getMethodName()
void setMethodParams(MethodParams value)
MethodParams getMethodParams()
MethodParams newMethodParams()