Class ThemeImageCacheKey
- java.lang.Object
-
- org.cyclos.impl.contentmanagement.ThemeImageCacheKey
-
- All Implemented Interfaces:
Serializable
public class ThemeImageCacheKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemeImageCacheKey(Long themeId, ThemeImageType type, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetThemeId()ThemeImageTypegetType()inthashCode()booleanmatches(Long themeId, ThemeImageType type, String name)StringtoString()
-
-
-
Constructor Detail
-
ThemeImageCacheKey
public ThemeImageCacheKey(Long themeId, ThemeImageType type, String name)
-
-
Method Detail
-
getThemeId
public Long getThemeId()
-
getType
public ThemeImageType getType()
-
matches
public boolean matches(Long themeId, ThemeImageType type, String name)
-
-