org.perf.log.properties
Class TunablePropertyValue

java.lang.Object
  extended by org.perf.log.properties.TunablePropertyValue

public class TunablePropertyValue
extends java.lang.Object

Name Space Binding Property object *


Constructor Summary
TunablePropertyValue()
           
 
Method Summary
 long getLastCheckTime()
           
 java.lang.String getValue()
           
 boolean isDefined()
           
 boolean isDynamic()
           
 void setDefined(boolean defined)
           
 void setDynamic(boolean dynamic)
           
 void setLastCheckTime(long lastCheckTime)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TunablePropertyValue

public TunablePropertyValue()
Method Detail

isDefined

public boolean isDefined()
Returns:
the defined

setDefined

public void setDefined(boolean defined)
Parameters:
defined - the defined to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set

isDynamic

public boolean isDynamic()
Returns:
the dynamic

setDynamic

public void setDynamic(boolean dynamic)
Parameters:
dynamic - the dynamic to set

getLastCheckTime

public long getLastCheckTime()
Returns:
the lastCheckTime

setLastCheckTime

public void setLastCheckTime(long lastCheckTime)
Parameters:
lastCheckTime - the lastCheckTime to set