Package org.cyclos.impl.system
Interface ScriptObjectStorage
-
- All Superinterfaces:
ObjectParameterStorage,ParameterStorage
public interface ScriptObjectStorage extends ObjectParameterStorage
AnObjectParameterStoragewhich has access to some attributes of the underlyingScriptStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetCreationDate()Delegates toScriptStorage.getCreationDate()DategetExpirationDate()Delegates toScriptStorage.getExpirationDate()StringgetKey()Delegates toScriptStorage.getKey()-
Methods inherited from interface org.cyclos.server.utils.ObjectParameterStorage
getObject, setObject
-
Methods inherited from interface org.cyclos.utils.ParameterStorage
getBoolean, getDate, getDecimal, getDecimalList, getEnum, getEnumList, getInteger, getIntegerList, getLong, getLongList, getNames, getString, getStringList, isSet, remove, setBoolean, setDate, setDecimal, setEnum, setInteger, setLong, setString
-
-
-
-
Method Detail
-
getCreationDate
Date getCreationDate()
Delegates toScriptStorage.getCreationDate()
-
getExpirationDate
Date getExpirationDate()
Delegates toScriptStorage.getExpirationDate()
-
getKey
String getKey()
Delegates toScriptStorage.getKey()
-
-