Class DataTranslationStorageKey
- java.lang.Object
-
- org.cyclos.impl.contentmanagement.DataTranslationStorageKey
-
- All Implemented Interfaces:
Serializable
public class DataTranslationStorageKey extends Object implements Serializable
Key used in theSharedStorageType.DATA_TRANSLATIONSstorage type;- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataTranslationStorageKey(Long languageId, DataTranslationType type, Long entityId, String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetEntityId()LonggetLanguageId()StringgetPropertyName()DataTranslationTypegetType()inthashCode()voidsetEntityId(Long entityId)voidsetLanguageId(Long languageId)voidsetPropertyName(String propertyName)voidsetType(DataTranslationType type)StringtoString()
-
-
-
Constructor Detail
-
DataTranslationStorageKey
public DataTranslationStorageKey(Long languageId, DataTranslationType type, Long entityId, String propertyName)
-
-
Method Detail
-
getEntityId
public Long getEntityId()
-
getLanguageId
public Long getLanguageId()
-
getPropertyName
public String getPropertyName()
-
getType
public DataTranslationType getType()
-
setEntityId
public void setEntityId(Long entityId)
-
setLanguageId
public void setLanguageId(Long languageId)
-
setPropertyName
public void setPropertyName(String propertyName)
-
setType
public void setType(DataTranslationType type)
-
-