Package com.tridion.storage
Class DAOProperties
java.lang.Object
com.tridion.storage.DAOProperties
Helper class to store properties about the DAO and passing around between
methods.
Needs to be in
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates a key for storing in a hashmap.booleanisCached()voidsetCached(boolean cached) voidsetItemExtension(String itemExtension) voidsetStorageId(String storageId) toString()
-
Constructor Details
-
DAOProperties
-
-
Method Details
-
getTypeMapping
-
getStorageId
-
setStorageId
-
getItemExtension
-
setItemExtension
-
isCached
public boolean isCached() -
setCached
public void setCached(boolean cached) -
generateCachingKey
Generates a key for storing in a hashmap.- Returns:
- a key for storing in a hashmap.
-
toString
-