Package org.alfresco.filesys.config
Class DomainMappingConfigBean
java.lang.Object
org.alfresco.filesys.config.DomainMappingConfigBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class DomainMappingConfigBean
extends Object
implements org.springframework.beans.factory.BeanNameAware
The Class DomainMappingConfigBean.
- Author:
- dward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMask()Gets the mask.getName()Gets the name.Gets the range from.Gets the range to.Gets the subnet.voidsetBeanName(String name) voidSets the mask.voidsetRangeFrom(String rangeFrom) Sets the range from.voidsetRangeTo(String rangeTo) Sets the range to.voidSets the subnet.
-
Constructor Details
-
DomainMappingConfigBean
public DomainMappingConfigBean()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setBeanName
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-
getSubnet
Gets the subnet.- Returns:
- the subnet
-
setSubnet
Sets the subnet.- Parameters:
subnet- the new subnet
-
getMask
Gets the mask.- Returns:
- the mask
-
setMask
Sets the mask.- Parameters:
mask- the new mask
-
getRangeFrom
Gets the range from.- Returns:
- the range from
-
setRangeFrom
Sets the range from.- Parameters:
rangeFrom- the new range from
-
getRangeTo
Gets the range to.- Returns:
- the range to
-
setRangeTo
Sets the range to.- Parameters:
rangeTo- the new range to
-