Class DAOProperties

java.lang.Object
com.tridion.storage.DAOProperties

public class DAOProperties extends Object
Helper class to store properties about the DAO and passing around between methods. Needs to be in
  • Constructor Details

    • DAOProperties

      public DAOProperties(int publicationId, String typeMapping)
  • Method Details

    • getTypeMapping

      public String getTypeMapping()
    • getStorageId

      public String getStorageId()
    • setStorageId

      public void setStorageId(String storageId)
    • getItemExtension

      public String getItemExtension()
    • setItemExtension

      public void setItemExtension(String itemExtension)
    • isCached

      public boolean isCached()
    • setCached

      public void setCached(boolean cached)
    • generateCachingKey

      public String generateCachingKey()
      Generates a key for storing in a hashmap.
      Returns:
      a key for storing in a hashmap.
    • toString

      public String toString()
      Overrides:
      toString in class Object