org.jboss.ejb3.dd
Class EnvEntry

java.lang.Object
  extended by org.jboss.ejb3.dd.EnvEntry

public class EnvEntry
extends Object

Represents an env-entry element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 1.1.2.3 $
Author:
William DeCoste

Constructor Summary
EnvEntry()
           
 
Method Summary
 String getDescription()
           
 String getEnvEntryName()
           
 String getEnvEntryType()
           
 String getEnvEntryValue()
           
 String getInjectionTarget()
           
 void setDescription(String description)
           
 void setEnvEntryName(String envEntryName)
           
 void setEnvEntryType(String envEntryType)
           
 void setEnvEntryValue(String envEntryValue)
           
 void setInjectionTarget(String injectionTarget)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvEntry

public EnvEntry()
Method Detail

getInjectionTarget

public String getInjectionTarget()

setInjectionTarget

public void setInjectionTarget(String injectionTarget)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getEnvEntryName

public String getEnvEntryName()

setEnvEntryName

public void setEnvEntryName(String envEntryName)

getEnvEntryType

public String getEnvEntryType()

setEnvEntryType

public void setEnvEntryType(String envEntryType)

getEnvEntryValue

public String getEnvEntryValue()

setEnvEntryValue

public void setEnvEntryValue(String envEntryValue)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.