Package com.soffid.iam.am.api
Class Network
java.lang.Object
com.soffid.iam.am.api.Network
- All Implemented Interfaces:
Serializable
ValueObject Network
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNetwork()Network(Long id, String name, String ip, String description, String mask, NetworkType type, Boolean lanAccess, String dhcp, boolean dhcpSupport, Boolean loginRestriction, Boolean discovery, String discoveryServer, List<String> discoveryRanges, String countryCode, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets value for attribute nameGets value for attribute countryCodeGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptiongetDhcp()Gets value for attribute dhcpGets value for attribute discoveryGets value for attribute discoveryRangesGets value for attribute discoveryServergetId()Gets value for attribute idgetIp()Gets value for attribute ipGets value for attribute lanAccessGets value for attribute loginRestrictiongetMask()Gets value for attribute maskgetName()Gets value for attribute namegetType()Gets value for attribute typeGets value for attribute updatedByGets value for attribute updatedOnbooleanGets value for attribute dhcpSupportvoidSets value for attribute namevoidsetCountryCode(String countryCode) Sets value for attribute countryCodevoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute dhcpvoidsetDhcpSupport(boolean dhcpSupport) Sets value for attribute dhcpSupportvoidsetDiscovery(Boolean discovery) Sets value for attribute discoveryvoidsetDiscoveryRanges(List<String> discoveryRanges) Sets value for attribute discoveryRangesvoidsetDiscoveryServer(String discoveryServer) Sets value for attribute discoveryServervoidSets value for attribute idvoidSets value for attribute ipvoidsetLanAccess(Boolean lanAccess) Sets value for attribute lanAccessvoidsetLoginRestriction(Boolean loginRestriction) Sets value for attribute loginRestrictionvoidSets value for attribute maskvoidSets value for attribute namevoidsetType(NetworkType type) Sets value for attribute typevoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
Network
public Network() -
Network
public Network(Long id, String name, String ip, String description, String mask, NetworkType type, Boolean lanAccess, String dhcp, boolean dhcpSupport, Boolean loginRestriction, Boolean discovery, String discoveryServer, List<String> discoveryRanges, String countryCode, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Network
-
Network
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getCode
Gets value for attribute name -
setCode
Sets value for attribute name -
getIp
Gets value for attribute ip -
setIp
Sets value for attribute ip -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getMask
Gets value for attribute mask -
setMask
Sets value for attribute mask -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getLanAccess
Gets value for attribute lanAccess -
setLanAccess
Sets value for attribute lanAccess -
getDhcp
Gets value for attribute dhcp -
setDhcp
Sets value for attribute dhcp -
isDhcpSupport
public boolean isDhcpSupport()Gets value for attribute dhcpSupport -
setDhcpSupport
public void setDhcpSupport(boolean dhcpSupport) Sets value for attribute dhcpSupport -
getLoginRestriction
Gets value for attribute loginRestriction -
setLoginRestriction
Sets value for attribute loginRestriction -
getDiscovery
Gets value for attribute discovery -
setDiscovery
Sets value for attribute discovery -
getDiscoveryServer
Gets value for attribute discoveryServer -
setDiscoveryServer
Sets value for attribute discoveryServer -
getDiscoveryRanges
Gets value for attribute discoveryRanges -
setDiscoveryRanges
Sets value for attribute discoveryRanges -
getCountryCode
Gets value for attribute countryCode -
setCountryCode
Sets value for attribute countryCode -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-