nl.toolforge.karma.core.boot
Class Property
java.lang.Object
nl.toolforge.karma.core.boot.Property
- public class Property
- extends java.lang.Object
Class representation of a <property>
-element in the configuration file for a
WorkingContext
.
- Version:
- $Id: Property.java,v 1.2 2004/10/26 22:47:54 hippe Exp $
- Author:
- D.A. Smedes
Constructor Summary |
Property()
|
Property(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 |
Property
public Property()
Property
public Property(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright © 2002-2004 Toolforge. All Rights Reserved.