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