org.jasig.portal.container.om.servlet
Class ResourceRefImpl
java.lang.Object
org.jasig.portal.container.om.servlet.ResourceRefImpl
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceRefImpl
- 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
resRefName
private java.lang.String resRefName
resType
private java.lang.String resType
resAuth
private java.lang.String resAuth
resSharingScope
private java.lang.String resSharingScope
ResourceRefImpl
public ResourceRefImpl()
getDescriptions
public org.apache.pluto.om.common.DescriptionSet getDescriptions()
getResRefName
public java.lang.String getResRefName()
getResType
public java.lang.String getResType()
getResAuth
public java.lang.String getResAuth()
getResSharingScope
public java.lang.String getResSharingScope()
setDescriptions
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
setResRefName
public void setResRefName(java.lang.String resRefName)
setResType
public void setResType(java.lang.String resType)
setResAuth
public void setResAuth(java.lang.String resAuth)
setResSharingScope
public void setResSharingScope(java.lang.String resSharingScope)