org.openbp.cockpit.generator
Class GeneratorProperty

java.lang.Object
  extended by org.openbp.cockpit.generator.GeneratorProperty

public class GeneratorProperty
extends java.lang.Object

Container object for a generator property value.

Author:
Heiko Erhardt

Constructor Summary
GeneratorProperty()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Gets the name.
 java.lang.String getValue()
          Gets the value.
 void setName(java.lang.String name)
          Sets the name.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorProperty

public GeneratorProperty()
Default constructor.

Method Detail

getName

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


setName

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


getValue

public java.lang.String getValue()
Gets the value.


setValue

public void setValue(java.lang.String value)
Sets the value.



Copyright © 2011. All Rights Reserved.