Class NetworkInformation
java.lang.Object
de.muehlencord.shared.network.whois.NetworkInformation
- All Implemented Interfaces:
Serializable
- Author:
- Joern Muehlencord (joern@muehlencord.de)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTechC()voidvoidsetMaintainedBy(String maintainedBy) voidvoidtoString()
-
Constructor Details
-
NetworkInformation
-
-
Method Details
-
toString
-
getNetname
- Returns:
- the netname
-
getDescription
- Returns:
- the description
-
getCountry
- Returns:
- the country
-
getAdminC
- Returns:
- the adminC
-
setAdminC
- Parameters:
adminC- the adminC to set
-
getTechC
- Returns:
- the techC
-
setTechC
- Parameters:
techC- the techC to set
-
getMaintainedBy
- Returns:
- the maintainedBy
-
setMaintainedBy
- Parameters:
maintainedBy- the maintainedBy to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set
-