Package org.cyclos.impl.system
Class ConfigurationImageCacheKey
- java.lang.Object
-
- org.cyclos.impl.system.ConfigurationImageCacheKey
-
- All Implemented Interfaces:
Serializable
public class ConfigurationImageCacheKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationImageCacheKey(Long configurationId, ConfigurationImageType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetConfigurationId()ConfigurationImageTypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ConfigurationImageCacheKey
public ConfigurationImageCacheKey(Long configurationId, ConfigurationImageType type)
-
-
Method Detail
-
getConfigurationId
public Long getConfigurationId()
-
getType
public ConfigurationImageType getType()
-
-