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
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)