org.netbeans.modules.j2ee.dd.api.application
Interface Module
- All Superinterfaces:
- CommonDDBean
public interface Module
- extends CommonDDBean
CONNECTOR
static final String CONNECTOR
- See Also:
- Constant Field Values
EJB
static final String EJB
- See Also:
- Constant Field Values
JAVA
static final String JAVA
- See Also:
- Constant Field Values
WEB
static final String WEB
- See Also:
- Constant Field Values
ALT_DD
static final String ALT_DD
- See Also:
- Constant Field Values
setConnector
void setConnector(String value)
getConnector
String getConnector()
setConnectorId
void setConnectorId(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getConnectorId
String getConnectorId()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setEjb
void setEjb(String value)
getEjb
String getEjb()
setEjbId
void setEjbId(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getEjbId
String getEjbId()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setJava
void setJava(String value)
getJava
String getJava()
setJavaId
void setJavaId(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getJavaId
String getJavaId()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setWeb
void setWeb(Web value)
getWeb
Web getWeb()
newWeb
Web newWeb()
setAltDd
void setAltDd(String value)
getAltDd
String getAltDd()
setAltDdId
void setAltDdId(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getAltDdId
String getAltDdId()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException