org.objectweb.easybeans.deployment.xml.struct.common
Class EnvEntry

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry

public class EnvEntry
extends java.lang.Object

This class defines the implementation of the <env-entry> element.

Author:
Florent Benoit

Field Summary
private  java.lang.String description
          Description of the <env-entry> element.
private  java.lang.String envEntryName
          Name of the <env-entry> element.
private  java.lang.String envEntryType
          Type of the <env-entry> element.
private  java.lang.String envEntryValue
          Value of the <env-entry> element.
static java.lang.String NAME
          Name of this element.
 
Constructor Summary
EnvEntry()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getEnvEntryName()
           
 java.lang.String getEnvEntryType()
           
 java.lang.String getEnvEntryValue()
           
 void setDescription(java.lang.String description)
          Sets the description.
 void setEnvEntryName(java.lang.String envEntryName)
          Sets the name.
 void setEnvEntryType(java.lang.String envEntryType)
          Sets the type.
 void setEnvEntryValue(java.lang.String envEntryValue)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Name of this element.

See Also:
Constant Field Values

description

private java.lang.String description
Description of the <env-entry> element.


envEntryName

private java.lang.String envEntryName
Name of the <env-entry> element.


envEntryValue

private java.lang.String envEntryValue
Value of the <env-entry> element.


envEntryType

private java.lang.String envEntryType
Type of the <env-entry> element.

Constructor Detail

EnvEntry

public EnvEntry()
Method Detail

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the description to use

setEnvEntryName

public void setEnvEntryName(java.lang.String envEntryName)
Sets the name.

Parameters:
envEntryName - the name to use

setEnvEntryValue

public void setEnvEntryValue(java.lang.String envEntryValue)
Sets the value.

Parameters:
envEntryValue - the value to use

setEnvEntryType

public void setEnvEntryType(java.lang.String envEntryType)
Sets the type.

Parameters:
envEntryType - the type to use

getDescription

public java.lang.String getDescription()
Returns:
the description of the <env-entry> element.

getEnvEntryName

public java.lang.String getEnvEntryName()
Returns:
the name of the <env-entry> element.

getEnvEntryValue

public java.lang.String getEnvEntryValue()
Returns:
the value of the <env-entry> element.

getEnvEntryType

public java.lang.String getEnvEntryType()
Returns:
the type of the <env-entry> element.