Package org.cyclos.impl.system
Class ExportFormatCacheKey
- java.lang.Object
-
- org.cyclos.impl.system.ExportFormatCacheKey
-
- All Implemented Interfaces:
Serializable
public class ExportFormatCacheKey extends Object implements Serializable
Key for the export formats cache- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportFormatCacheKey(String internalName, Long networkId)ExportFormatCacheKey(BuiltInExportFormat builtInChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BuiltInExportFormatgetBuiltInExportFormat()StringgetInternalName()LonggetNetworkId()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ExportFormatCacheKey
public ExportFormatCacheKey(BuiltInExportFormat builtInChannel)
-
-
Method Detail
-
getBuiltInExportFormat
public BuiltInExportFormat getBuiltInExportFormat()
-
getInternalName
public String getInternalName()
-
getNetworkId
public Long getNetworkId()
-
-