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.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)