org.devaki.nextobjects.workspace.models
Class Property

java.lang.Object
  extended byorg.devaki.nextobjects.workspace.models.Property
All Implemented Interfaces:
java.io.Serializable

public class Property
extends java.lang.Object
implements java.io.Serializable

Represent a property - was a stub

Author:
Emmanuel Florent
See Also:
Serialized Form

Constructor Summary
Property(java.lang.String pName, java.lang.String pValue)
          Initialize a property
 
Method Summary
 java.lang.String getName()
          Get the name
 java.lang.String getValue()
          Get the value
 void setName(java.lang.String string)
          Set the name
 void setValue(java.lang.String string)
          Set the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(java.lang.String pName,
                java.lang.String pValue)
Initialize a property

Parameters:
pName - the name
pValue - the value
Method Detail

getName

public final java.lang.String getName()
Get the name

Returns:
the name

getValue

public final java.lang.String getValue()
Get the value

Returns:
the balue

setName

public final void setName(java.lang.String string)
Set the name

Parameters:
string - name

setValue

public final void setValue(java.lang.String string)
Set the value

Parameters:
string - the value


Copyright © 2002-2004 devaki.org. All Rights Reserved.