Class LinuxDaemonAcl
- java.lang.Object
-
- com.aoindustries.aoserv.client.dto.AOServObject
-
- com.aoindustries.aoserv.client.dto.LinuxDaemonAcl
-
public class LinuxDaemonAcl extends AOServObject
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description LinuxDaemonAcl()LinuxDaemonAcl(int pkey, int aoServer, HostAddress host)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostAddressgetHost()intgetPkey()intgetServer()voidsetHost(HostAddress host)voidsetPkey(int pkey)voidsetServer(int aoServer)
-
-
-
Constructor Detail
-
LinuxDaemonAcl
public LinuxDaemonAcl()
-
LinuxDaemonAcl
public LinuxDaemonAcl(int pkey, int aoServer, HostAddress host)
-
-
Method Detail
-
getPkey
public int getPkey()
-
setPkey
public void setPkey(int pkey)
-
getServer
public int getServer()
-
setServer
public void setServer(int aoServer)
-
getHost
public HostAddress getHost()
-
setHost
public void setHost(HostAddress host)
-
-