Class Translation


  • public class Translation
    extends Object
    • Constructor Detail

      • Translation

        public Translation()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getHtmlUrl

        public String getHtmlUrl()
      • setHtmlUrl

        public void setHtmlUrl​(String htmlUrl)
      • getSourceId

        public Long getSourceId()
      • setSourceId

        public void setSourceId​(Long sourceId)
      • getSourceType

        public String getSourceType()
      • setSourceType

        public void setSourceType​(String sourceType)
      • getLocale

        public String getLocale()
      • setLocale

        public void setLocale​(String locale)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • isOutdated

        public boolean isOutdated()
      • setOutdated

        public void setOutdated​(boolean outdated)
      • isDraft

        public boolean isDraft()
      • setDraft

        public void setDraft​(boolean draft)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • getUpdatedById

        public Long getUpdatedById()
      • setUpdatedById

        public void setUpdatedById​(Long updatedById)
      • getCreatedById

        public Long getCreatedById()
      • setCreatedById

        public void setCreatedById​(Long createdById)