Class MessagesDTO


  • public class MessagesDTO
    extends BaseDTO
    DTO objects for cache data encapsulation
    • Method Detail

      • getCompositStrAsCacheKey

        public String getCompositStrAsCacheKey()
        assembly the key of cache by productID, version, component and locale.
        Returns:
        The key of cache.
      • encryption

        public String encryption​(String plainText)
      • getTransStatusAsCacheKey

        public String getTransStatusAsCacheKey()
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getSource

        public String getSource()
      • setSource

        public void setSource​(String source)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getComponent

        public String getComponent()
      • setComponent

        public void setComponent​(String component)
      • getLocale

        public String getLocale()
      • setLocale

        public void setLocale​(String locale)