org.apache.pluto.descriptors.servlet
Class ResourceRefDD

java.lang.Object
  extended by org.apache.pluto.descriptors.servlet.ResourceRefDD

public class ResourceRefDD
extends Object

TODO: Document

Since:
Feb 28, 2005
Version:
$Id: ResourceRefDD.java 156636 2005-03-09 12:16:31Z cziegeler $

Constructor Summary
ResourceRefDD()
           
 
Method Summary
 String getDescription()
           
 String getResAuth()
           
 String getResRefName()
           
 String getResSharingScope()
           
 String getResType()
           
 void setDescription(String description)
           
 void setResAuth(String resAuth)
           
 void setResRefName(String resRefName)
           
 void setResSharingScope(String resSharingScope)
           
 void setResType(String resType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRefDD

public ResourceRefDD()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getResRefName

public String getResRefName()

setResRefName

public void setResRefName(String resRefName)

getResType

public String getResType()

setResType

public void setResType(String resType)

getResAuth

public String getResAuth()

setResAuth

public void setResAuth(String resAuth)

getResSharingScope

public String getResSharingScope()

setResSharingScope

public void setResSharingScope(String resSharingScope)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.