JTR 5.0 API Documentation

jtr.config.enterprise
Class EnterpriseProperty

java.lang.Object
  extended by jtr.config.enterprise.EnterpriseProperty
All Implemented Interfaces:
java.io.Serializable

public class EnterpriseProperty
extends java.lang.Object
implements java.io.Serializable

Instances of this class all represent single properties belonging to an EnterpriseConfig instance.
An enterprise property is a simple name, value pair useful for representing those properties necessary for performing look up operations in a JNDI environment.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

Constructor Summary
EnterpriseProperty()
          Constructor.
 
Method Summary
 java.lang.String getName()
          Returns this enterprise property unique name.
 java.lang.String getValue()
          Returns the value of the current enterprise property.
 void setName(java.lang.String name)
          Sets this enterprise property unique name.
 void setValue(java.lang.String value)
          Sets the value of the current enterprise property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnterpriseProperty

public EnterpriseProperty()
Constructor.

Method Detail

getName

public java.lang.String getName()
Returns this enterprise property unique name.

Returns:
String

setName

public void setName(java.lang.String name)
Sets this enterprise property unique name.

Parameters:
name -

getValue

public java.lang.String getValue()
Returns the value of the current enterprise property.

Returns:
String

setValue

public void setValue(java.lang.String value)
Sets the value of the current enterprise property.

Parameters:
value - String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

The JTR Project is licensed under GPL version 2