org.apache.pluto.portalImpl.om.servlet.impl
Class ResourceRef
java.lang.Object
org.apache.pluto.portalImpl.om.servlet.impl.ResourceRef
- public class ResourceRef
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceRef
public ResourceRef()
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.