public interface ContainerTransaction extends CommonDDBean, DescriptionInterface
Modifier and Type | Field and Description |
---|---|
static String |
METHOD |
static String |
TRANS_ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
int |
addMethod(Method value) |
Method[] |
getMethod() |
Method |
getMethod(int index) |
String |
getTransAttribute() |
Method |
newMethod() |
int |
removeMethod(Method value) |
void |
setMethod(int index,
Method value) |
void |
setMethod(Method[] value) |
void |
setTransAttribute(String value) |
int |
sizeMethod() |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
static final String METHOD
static final String TRANS_ATTRIBUTE
void setMethod(int index, Method value)
void setMethod(Method[] value)
Method getMethod(int index)
Method[] getMethod()
int addMethod(Method value)
int sizeMethod()
int removeMethod(Method value)
Method newMethod()
void setTransAttribute(String value)
String getTransAttribute()