Class MachineTranslation

java.lang.Object
org.teamapps.application.server.system.config.MachineTranslation

public class MachineTranslation
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    MachineTranslation()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDeepLKey()  
    java.lang.String getGoogleKey()  
    boolean isActive()  
    void setActive​(boolean active)  
    void setDeepLKey​(java.lang.String deepLKey)  
    void setGoogleKey​(java.lang.String googleKey)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MachineTranslation

      public MachineTranslation()
  • Method Details

    • isActive

      public boolean isActive()
    • setActive

      public void setActive​(boolean active)
    • getDeepLKey

      public java.lang.String getDeepLKey()
    • setDeepLKey

      public void setDeepLKey​(java.lang.String deepLKey)
    • getGoogleKey

      public java.lang.String getGoogleKey()
    • setGoogleKey

      public void setGoogleKey​(java.lang.String googleKey)