TaskBean API
0.5

glogic.jthin.serv
Class Attributes

java.lang.Object
  extended byglogic.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
           
 
Constructor Summary
Attributes()
           
 
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
 

Field Detail

_oVals

public java.util.Map _oVals
Constructor Detail

Attributes

public Attributes()
Method Detail

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)

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.