public static class StorageProvider.StorageObject extends TypedKeyValue<String,Object>
| Constructor and Description |
|---|
StorageObject(Object value)
Instantiates a new storage object.
|
StorageObject(String type,
Object value)
Instantiates a new storage object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object compareTo) |
boolean |
isGlobal()
Checks if scope is global.
|
boolean |
isLocal()
Checks if scope is local.
|
boolean |
isSession()
Checks if scope is session.
|
String |
toString() |
public StorageObject(Object value)
value - the valuepublic StorageObject(String type,
Object value)
type - the typevalue - the valuepublic boolean equals(Object compareTo)
equals in class TypedKeyValue<String,Object>public boolean isGlobal()
public boolean isLocal()
public boolean isSession()
public String toString()
toString in class TypedKeyValue<String,Object>Copyright © 2010-2020 Toolsverse. All Rights Reserved.