org.ejtools.util.service
Class Profile

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--org.ejtools.util.service.Profile
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class Profile
extends java.util.Properties

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Profile()
          Constructor for the Profile object
 
Method Summary
 java.lang.String getName()
          Returns the name.
 void setName(java.lang.String name)
          Sets the name.
 java.lang.String toString()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Constructor for the Profile object

Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
String

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The new name value

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Hashtable
Returns:
Description of the Return Value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.