org.jasig.portal.container.om.servlet
Class EnvEntryImpl
java.lang.Object
org.jasig.portal.container.om.servlet.EnvEntryImpl
- All Implemented Interfaces:
- java.io.Serializable
public class EnvEntryImpl
- extends java.lang.Object
- implements java.io.Serializable
Data structure to support WebApplicationDefinition for
marshalling and unmarshalling of web.xml.
Not needed by the Pluto container.
- Version:
- $Revision: 1.2 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptions
private org.apache.pluto.om.common.DescriptionSet descriptions
envEntryName
private java.lang.String envEntryName
envEntryValue
private java.lang.String envEntryValue
envEntryType
private java.lang.String envEntryType
EnvEntryImpl
public EnvEntryImpl()
getDescriptions
public org.apache.pluto.om.common.DescriptionSet getDescriptions()
getEnvEntryName
public java.lang.String getEnvEntryName()
getEnvEntryType
public java.lang.String getEnvEntryType()
getEnvEntryValue
public java.lang.String getEnvEntryValue()
setDescriptions
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
setEnvEntryName
public void setEnvEntryName(java.lang.String envEntryName)
setEnvEntryType
public void setEnvEntryType(java.lang.String envEntryType)
setEnvEntryValue
public void setEnvEntryValue(java.lang.String envEntryValue)