Liferay 6.0.5

com.liferay.portlet.network.model
Class DNSLookup

java.lang.Object
  extended by com.liferay.portlet.network.model.DNSLookup
All Implemented Interfaces:
Serializable

public class DNSLookup
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DNSLookup()
           
DNSLookup(String domain, String results)
           
 
Method Summary
 String getDomain()
           
 String getResults()
           
 void setDomain(String domain)
           
 void setResults(String results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSLookup

public DNSLookup()

DNSLookup

public DNSLookup(String domain,
                 String results)
Method Detail

getDomain

public String getDomain()

setDomain

public void setDomain(String domain)

getResults

public String getResults()

setResults

public void setResults(String results)

Liferay 6.0.5