public class DomainMappingConfigBean extends Object implements org.springframework.beans.factory.BeanNameAware
Constructor and Description |
---|
DomainMappingConfigBean() |
Modifier and Type | Method and Description |
---|---|
String |
getMask()
Gets the mask.
|
String |
getName()
Gets the name.
|
String |
getRangeFrom()
Gets the range from.
|
String |
getRangeTo()
Gets the range to.
|
String |
getSubnet()
Gets the subnet.
|
void |
setBeanName(String name) |
void |
setMask(String mask)
Sets the mask.
|
void |
setRangeFrom(String rangeFrom)
Sets the range from.
|
void |
setRangeTo(String rangeTo)
Sets the range to.
|
void |
setSubnet(String subnet)
Sets the subnet.
|
public String getName()
public void setBeanName(String name)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
public String getSubnet()
public void setSubnet(String subnet)
subnet
- the new subnetpublic String getMask()
public void setMask(String mask)
mask
- the new maskpublic String getRangeFrom()
public void setRangeFrom(String rangeFrom)
rangeFrom
- the new range frompublic String getRangeTo()
public void setRangeTo(String rangeTo)
rangeTo
- the new range toCopyright © 2005–2017 Alfresco Software. All rights reserved.