com.platform.ego.impl
Class Environment

java.lang.Object
  extended by com.platform.ego.impl.Environment

public class Environment
extends java.lang.Object

Definition of environment which is needed when start activity.

Version:
1.2.3

Constructor Summary
Environment()
           
 
Method Summary
 java.lang.String getName()
          Get name of environment.
 java.lang.String getValue()
          Get value of environment.
 void setName(java.lang.String name)
          Set name of environment
 void setValue(java.lang.String value)
          Set value of environment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Method Detail

getName

public java.lang.String getName()
Get name of environment.

Returns:
name of environment.

setName

public void setName(java.lang.String name)
Set name of environment

Parameters:
name - : specifies name of environment

getValue

public java.lang.String getValue()
Get value of environment.

Returns:
value of environment.

setValue

public void setValue(java.lang.String value)
Set value of environment

Parameters:
value - : specifies value of environment


Copyright (C) 1992-2007 Platform Computing Corporation