public interface Web extends CommonDDBean
Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT_ROOT |
static String |
CONTEXTROOTID |
static String |
WEB_URI |
Modifier and Type | Method and Description |
---|---|
String |
getContextRoot() |
String |
getContextRootId() |
String |
getWebUri() |
String |
getWebUriId() |
void |
setContextRoot(String value) |
void |
setContextRootId(String value) |
void |
setWebUri(String value) |
void |
setWebUriId(String value) |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
static final String WEB_URI
static final String CONTEXT_ROOT
static final String CONTEXTROOTID
void setWebUri(String value)
String getWebUri()
void setWebUriId(String value) throws VersionNotSupportedException
VersionNotSupportedException
String getWebUriId() throws VersionNotSupportedException
VersionNotSupportedException
void setContextRoot(String value)
String getContextRoot()
void setContextRootId(String value)
String getContextRootId()