Class TranslationQueryRequest


  • public class TranslationQueryRequest
    extends PaginateRequest
    Author:
    Filip Hrisafov
    • Field Detail

      • scopeId

        protected String scopeId
      • scopeType

        protected String scopeType
      • locale

        protected String locale
      • value

        protected String value
      • valueLike

        protected String valueLike
      • valueLikeIgnoreCase

        protected String valueLikeIgnoreCase
    • Constructor Detail

      • TranslationQueryRequest

        public TranslationQueryRequest()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getScopeId

        public String getScopeId()
      • setScopeId

        public void setScopeId​(String scopeId)
      • getScopeType

        public String getScopeType()
      • setScopeType

        public void setScopeType​(String scopeType)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getLocale

        public String getLocale()
      • setLocale

        public void setLocale​(String locale)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getValueLike

        public String getValueLike()
      • setValueLike

        public void setValueLike​(String valueLike)
      • getValueLikeIgnoreCase

        public String getValueLikeIgnoreCase()
      • setValueLikeIgnoreCase

        public void setValueLikeIgnoreCase​(String valueLikeIgnoreCase)