de.jadv.tools
Class ObjectTool

java.lang.Object
  |
  +--de.jadv.tools.ObjectTool

public class ObjectTool
extends java.lang.Object

This is the main class of a small ObjectTool. This tool could be used to show the details of an object, change them or even create complete new Objects.

Author:
neitzel

Constructor Summary
ObjectTool()
           
 
Method Summary
 java.util.HashMap getObject(java.lang.String id)
          Get the Object of the given id
static void main(java.lang.String[] args)
           
 void showObject(java.lang.String[] args)
          Show all attributes of an given object
 void start(java.lang.String[] args)
          The main routine of this simple application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTool

public ObjectTool()
Method Detail

main

public static void main(java.lang.String[] args)

getObject

public java.util.HashMap getObject(java.lang.String id)
Get the Object of the given id

Parameters:
id -
Returns:
HashMap

showObject

public void showObject(java.lang.String[] args)
Show all attributes of an given object

Parameters:
args -

start

public void start(java.lang.String[] args)
The main routine of this simple application

Parameters:
args -