public class IpAddressAccessControlBean extends AccessControlBean
| Constructor and Description |
|---|
IpAddressAccessControlBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNetMask()
Gets the network mask.
|
String |
getSubnet()
Gets the subnet.
|
void |
setNetMask(String mask)
Sets the network mask.
|
void |
setSubnet(String subnet)
Sets the subnet.
|
AccessControl |
toAccessControl()
Converts this object to a JLAN access control
|
getAccessLevel, getAccessType, getName, setAccessType, setBeanNamepublic void setSubnet(String subnet)
subnet - the subnetpublic void setNetMask(String mask)
mask - the network maskpublic String getSubnet()
public String getNetMask()
public AccessControl toAccessControl()
AccessControlBeantoAccessControl in class AccessControlBeanCopyright © 2005–2014 Alfresco Software. All rights reserved.