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

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

public class ResourceRef
extends java.lang.Object


Field Summary
private  java.lang.String auth
           
private  java.lang.String description
           
private  java.lang.String name
           
private  java.lang.String sharing
           
private  java.lang.String type
           
 
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
 

Field Detail

description

private java.lang.String description

name

private java.lang.String name

type

private java.lang.String type

auth

private java.lang.String auth

sharing

private java.lang.String sharing
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)