org.globus.wsrf.tools.jndi
Class Environment

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

public class Environment
extends Object


Constructor Summary
Environment()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getType()
           
 String getValue()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Method Detail

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.

getType

public String getType()
Returns:
Returns the type.

setType

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

getValue

public String getValue()
Returns:
Returns the value.

setValue

public void setValue(String value)
Parameters:
value - The value to set.

toString

public String toString()


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