@Entity
public class MexProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DELETE_MEX_PROPERTIES_BY_MEX_IDS |
Constructor and Description |
---|
MexProperty() |
MexProperty(java.lang.String propertyKey,
java.lang.String propertyValue,
MessageExchangeDAOImpl mex) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyKey() |
java.lang.String |
getPropertyValue() |
void |
setPropertyKey(java.lang.String propertyKey) |
void |
setPropertyValue(java.lang.String propertyValue) |
public static final java.lang.String DELETE_MEX_PROPERTIES_BY_MEX_IDS
public MexProperty()
public MexProperty(java.lang.String propertyKey, java.lang.String propertyValue, MessageExchangeDAOImpl mex)