org.globus.wsrf.tools.jndi
Class Environment
java.lang.Object
|
+--org.globus.wsrf.tools.jndi.Environment
- public class Environment
- extends Object
Environment
public Environment()
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()
- Overrides:
toString in class Object
Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.