|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.workspace.models.Property
Represent a property - was a stub
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 |
public Property(java.lang.String pName, java.lang.String pValue)
pName
- the namepValue
- the valueMethod Detail |
public final java.lang.String getName()
public final java.lang.String getValue()
public final void setName(java.lang.String string)
string
- namepublic final void setValue(java.lang.String string)
string
- the value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |