de.cesr.lara.houseplant
Class MemoryProperty
java.lang.Object
de.cesr.lara.components.LaraProperty<MemoryProperty,String>
de.cesr.lara.houseplant.MemoryProperty
public class MemoryProperty
- extends LaraProperty<MemoryProperty,String>
used to store a key value pair (Strings) in memory
MemoryProperty
public MemoryProperty(String key,
String value)
- constructor
- Parameters:
key
- value
-
getModifiedProperty
public MemoryProperty getModifiedProperty(String value)
- Specified by:
getModifiedProperty
in class LaraProperty<MemoryProperty,String>
- Returns:
- a new property with new value and key and current time stamp
getValue
public String getValue()
- returns the value of the property as String
- Specified by:
getValue
in class LaraProperty<MemoryProperty,String>
- Returns:
- the property's value
- See Also:
LaraProperty.getValue()