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 Constructor Description DomainMappingConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMask()Gets the mask.StringgetName()Gets the name.StringgetRangeFrom()Gets the range from.StringgetRangeTo()Gets the range to.StringgetSubnet()Gets the subnet.voidsetBeanName(String name)voidsetMask(String mask)Sets the mask.voidsetRangeFrom(String rangeFrom)Sets the range from.voidsetRangeTo(String rangeTo)Sets the range to.voidsetSubnet(String subnet)Sets the subnet.
-
-
-
Method Detail
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
setBeanName
public void setBeanName(String name)
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-
getSubnet
public String getSubnet()
Gets the subnet.- Returns:
- the subnet
-
setSubnet
public void setSubnet(String subnet)
Sets the subnet.- Parameters:
subnet- the new subnet
-
getMask
public String getMask()
Gets the mask.- Returns:
- the mask
-
setMask
public void setMask(String mask)
Sets the mask.- Parameters:
mask- the new mask
-
getRangeFrom
public String getRangeFrom()
Gets the range from.- Returns:
- the range from
-
setRangeFrom
public void setRangeFrom(String rangeFrom)
Sets the range from.- Parameters:
rangeFrom- the new range from
-
getRangeTo
public String getRangeTo()
Gets the range to.- Returns:
- the range to
-
setRangeTo
public void setRangeTo(String rangeTo)
Sets the range to.- Parameters:
rangeTo- the new range to
-
-