org.globus.wsrf.tools.jndi
Class Resource

java.lang.Object
  extended byorg.globus.wsrf.tools.jndi.Resource

public class Resource
extends Object


Constructor Summary
Resource()
           
 
Method Summary
 String getAuth()
           
 String getDescription()
           
 String getName()
           
 ResourceParameters getParameters()
           
 String getScope()
           
 String getType()
           
 void setAuth(String auth)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setParameters(ResourceParameters parameters)
           
 void setScope(String scope)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Resource

public Resource()
Method Detail

getParameters

public ResourceParameters getParameters()
Returns:
Returns the parameters.

setParameters

public void setParameters(ResourceParameters parameters)
Parameters:
parameters - The parameters to set.

getAuth

public String getAuth()
Returns:
Returns the auth.

setAuth

public void setAuth(String auth)
Parameters:
auth - The auth to set.

getDescription

public String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(String description)
Parameters:
description - The description to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getScope

public String getScope()
Returns:
Returns the scope.

setScope

public void setScope(String scope)
Parameters:
scope - The scope to set.

getType

public String getType()
Returns:
Returns the type.

setType

public void setType(String type)
Parameters:
type - The type to set.

toString

public String toString()


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.