Class MessagesDTO
java.lang.Object
com.vmware.vipclient.i18n.messages.dto.BaseDTO
com.vmware.vipclient.i18n.messages.dto.MessagesDTO
DTO objects for cache data encapsulation
-
Constructor Summary
ConstructorsConstructorDescriptionMessagesDTO(BaseDTO dto) MessagesDTO(String component, String localeLanguageTag, String productName, String version) MessagesDTO(String productName, String version, String component, String localeLanguageTag, String key) -
Method Summary
Modifier and TypeMethodDescriptionencryption(String plainText) assembly the key of cache by productID, version, component and locale.getKey()getLocalesCacheKey(DataSourceEnum dataSource) voidsetComment(String comment) voidsetComponent(String component) voidvoidvoidMethods inherited from class com.vmware.vipclient.i18n.messages.dto.BaseDTO
getProductID, getVersion, setProductID, setVersion
-
Constructor Details
-
MessagesDTO
public MessagesDTO() -
MessagesDTO
-
MessagesDTO
-
MessagesDTO
-
MessagesDTO
-
-
Method Details
-
getCompositStrAsCacheKey
assembly the key of cache by productID, version, component and locale.- Returns:
- The key of cache.
-
encryption
-
getTransStatusAsCacheKey
-
getLocalesCacheKey
-
getComment
-
setComment
-
getSource
-
setSource
-
getKey
-
setKey
-
getComponent
-
setComponent
-
getLocale
-
setLocale
-