org.rivetlogic.scar.vo
Class Property
java.lang.Object
org.rivetlogic.scar.vo.Property
public class Property
- extends java.lang.Object
Represents a property of a node for display in the UI
- Author:
- Rivet Logic Corporation
|
Constructor Summary |
Property(java.lang.String key,
java.lang.String value)
|
Property(java.lang.String key,
java.lang.String value,
boolean disabled)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(java.lang.String key,
java.lang.String value)
Property
public Property(java.lang.String key,
java.lang.String value,
boolean disabled)
getKey
public java.lang.String getKey()
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
setKey
public void setKey(java.lang.String key)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
Copyright 2008, Rivet Logic Corporation.