org.apache.pluto.portalImpl.om.servlet.impl
Class ResourceRef

java.lang.Object
  extended byorg.apache.pluto.portalImpl.om.servlet.impl.ResourceRef

public class ResourceRef
extends java.lang.Object


Constructor Summary
ResourceRef()
           
 
Method Summary
 java.lang.String getAuth()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getSharing()
           
 java.lang.String getType()
          Retrieve the type of resource referenced by this resource reference.
 void setAuth(java.lang.String string)
           
 void setDescription(java.lang.String string)
           
 void setName(java.lang.String string)
           
 void setSharing(java.lang.String string)
           
 void setType(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRef

public ResourceRef()
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
description of the resource reference.

getName

public java.lang.String getName()
Returns:
name of the reference.

getType

public java.lang.String getType()
Retrieve the type of resource referenced by this resource reference.

Returns:
the resource type.

getAuth

public java.lang.String getAuth()
Returns:
the authorization type of the resource.

getSharing

public java.lang.String getSharing()

setDescription

public void setDescription(java.lang.String string)
Parameters:
string - the resource reference description.

setName

public void setName(java.lang.String string)
Parameters:
string - the name of the resource reference

setType

public void setType(java.lang.String string)

setAuth

public void setAuth(java.lang.String string)

setSharing

public void setSharing(java.lang.String string)


Copyright © 2003-2006 . All Rights Reserved.