Package | Description |
---|---|
lucee.runtime.text.xml.storage |
Modifier and Type | Method and Description |
---|---|
Date |
StorageItem.getDate(String key)
gets a value from the storage item as Date Object
|
DateTime |
StorageItem.getDateTime(String key)
gets a value from the storage item as Date Object
|
int |
StorageItem.getInt(String key)
gets a value from the storage item as int
|
String |
StorageItem.getString(String key)
gets a value from the storage item as String
|
Time |
StorageItem.getTime(String key)
gets a value from the storage item as Time Object
|
void |
StorageItem.setDate(String key,
Date value)
sets a value to the storage item as Date Object
|
void |
StorageItem.setDateTime(String key,
DateTime value)
sets a value to the storage item as DateTime Object
|
void |
StorageItem.setInt(String key,
int value)
sets a value to the storage item as int
|
void |
StorageItem.setString(String key,
String value)
sets a value to the storage item as String
|
void |
StorageItem.setTime(String key,
Time value)
sets a value to the storage item as Time Object
|
Copyright © 2015 Lucee