|
JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjtr.config.enterprise.EnterpriseProperty
public class EnterpriseProperty
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.
| 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 |
|---|
public EnterpriseProperty()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getValue()
public void setValue(java.lang.String value)
value - Stringpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
The JTR Project is licensed under GPL version 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||