Class ProxyBean


@Entity public class ProxyBean extends ActiveRecordRepository
  • Constructor Details

    • ProxyBean

      public ProxyBean()
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in class ActiveRecordRepository
    • setId

      public void setId(Long id)
      Specified by:
      setId in class ActiveRecordRepository
    • getProxyId

      public int getProxyId()
    • setProxyId

      public void setProxyId(int proxyId)
    • getName

      public String getName()
    • getLocalUrl

      public String getLocalUrl()
    • getRemoteServer

      public String getRemoteServer()
    • getRemoteUrl

      public String getRemoteUrl()
    • getRemotePort

      public int getRemotePort()
    • getEncoding

      public String getEncoding()
    • getProxyMethod

      public String getProxyMethod()
    • getIncludeExt

      public String getIncludeExt()
    • getCropStart

      public String getCropStart()
    • isKeepCropStart

      public boolean isKeepCropStart()
    • getCropEnd

      public String getCropEnd()
    • isKeepCropEnd

      public boolean isKeepCropEnd()
    • getAuthMethod

      public String getAuthMethod()
    • getAuthUsername

      public String getAuthUsername()
    • getAuthPassword

      public String getAuthPassword()
    • getAuthHost

      public String getAuthHost()
    • getAuthDomain

      public String getAuthDomain()
    • getAllowedMethods

      public String getAllowedMethods()
    • setName

      public void setName(String name)
    • setLocalUrl

      public void setLocalUrl(String localUrl)
    • setRemoteServer

      public void setRemoteServer(String remoteServer)
    • setRemoteUrl

      public void setRemoteUrl(String remoteUrl)
    • setRemotePort

      public void setRemotePort(int remotePort)
    • setEncoding

      public void setEncoding(String encoding)
    • setProxyMethod

      public void setProxyMethod(String proxyMethod)
    • setIncludeExt

      public void setIncludeExt(String includeExt)
    • setCropStart

      public void setCropStart(String cropStart)
    • setKeepCropStart

      public void setKeepCropStart(boolean keepCropStart)
    • setCropEnd

      public void setCropEnd(String cropEnd)
    • setKeepCropEnd

      public void setKeepCropEnd(boolean keepCropEnd)
    • setAuthMethod

      public void setAuthMethod(String authMethod)
    • setAuthUsername

      public void setAuthUsername(String authUsername)
    • setAuthPassword

      public void setAuthPassword(String authPassword)
    • setAuthHost

      public void setAuthHost(String authHost)
    • setAuthDomain

      public void setAuthDomain(String authDomain)
    • setAllowedMethods

      public void setAllowedMethods(String allowedMethods)