org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.application
Interface Module

All Superinterfaces:
CommonDDBean

public interface Module
extends CommonDDBean


Field Summary
static String ALT_DD
           
static String CONNECTOR
           
static String EJB
           
static String JAVA
           
static String WEB
           
 
Method Summary
 String getAltDd()
           
 String getAltDdId()
           
 String getConnector()
           
 String getConnectorId()
           
 String getEjb()
           
 String getEjbId()
           
 String getJava()
           
 String getJavaId()
           
 Web getWeb()
           
 Web newWeb()
           
 void setAltDd(String value)
           
 void setAltDdId(String value)
           
 void setConnector(String value)
           
 void setConnectorId(String value)
           
 void setEjb(String value)
           
 void setEjbId(String value)
           
 void setJava(String value)
           
 void setJavaId(String value)
           
 void setWeb(Web value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Field Detail

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
Method Detail

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

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.