glogic.jthin.serv
Class Attributes
java.lang.Object
glogic.jthin.serv.Attributes
- public class Attributes
- extends java.lang.Object
Simple construct to hold name/value pairs
- Author:
- Sam Taha
|
Field Summary |
java.util.Map |
_oVals
|
|
Method Summary |
java.lang.Object |
getProperty(java.lang.String name)
|
void |
removeProperty(java.lang.String name)
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
|
void |
setProperty(java.lang.String name,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_oVals
public java.util.Map _oVals
Attributes
public Attributes()
getProperty
public java.lang.Object getProperty(java.lang.String name)
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
removeProperty
public void removeProperty(java.lang.String name)
Copyright © Grand Logic, Inc. All Rights Reserved.