org.apache.cocoon.portal.pluto.om.common
Class ResourceRef

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.common.ResourceRef

public class ResourceRef
extends Object

Version:
$Id: ResourceRef.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Constructor Summary
ResourceRef()
           
 
Method Summary
 String getAuth()
           
 String getDescription()
           
 String getName()
           
 String getSharing()
           
 String getType()
          Retrieve the type of resource referenced by this resource reference.
 void setAuth(String string)
           
 void setDescription(String string)
           
 void setName(String string)
           
 void setSharing(String string)
           
 void setType(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 String getDescription()
Returns:
description of the resource reference.

getName

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

getType

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

Returns:
the resource type.

getAuth

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

getSharing

public String getSharing()

setDescription

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

setName

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

setType

public void setType(String string)

setAuth

public void setAuth(String string)

setSharing

public void setSharing(String string)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.