org.apache.openejb.jee
Interface NamedModule

All Known Implementing Classes:
Application, ApplicationClient, Connector, EjbJar, OpenejbJar, WebApp

public interface NamedModule

Version:
$Rev$ $Date$

Method Summary
 String getId()
           
 String getModuleName()
           
 void setId(String id)
           
 void setModuleName(String name)
           
 

Method Detail

setId

void setId(String id)

setModuleName

void setModuleName(String name)

getId

String getId()

getModuleName

String getModuleName()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.