uPortal 2.4.1
API Documentation

org.jasig.portal.container.om.servlet
Class ResourceRefImpl

java.lang.Object
  extended byorg.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.1 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Constructor Summary
ResourceRefImpl()
           
 
Method Summary
 org.apache.pluto.om.common.DescriptionSet getDescriptions()
           
 java.lang.String getResAuth()
           
 java.lang.String getResRefName()
           
 java.lang.String getResSharingScope()
           
 java.lang.String getResType()
           
 void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setResAuth(java.lang.String resAuth)
           
 void setResRefName(java.lang.String resRefName)
           
 void setResSharingScope(java.lang.String resSharingScope)
           
 void setResType(java.lang.String resType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRefImpl

public ResourceRefImpl()
Method Detail

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)

uPortal 2.4.1
API Documentation