Constructor and Description |
---|
DomainList() |
Modifier and Type | Method and Description |
---|---|
DomainList |
clone() |
boolean |
equals(Object obj) |
Date |
getDate()
Return the date of this list.
|
String |
getDescription()
Return the description.
|
List<TopLevelDomain> |
getDomains()
Returns the top level domains.
|
String |
getVersion()
Return the version.
|
int |
hashCode() |
void |
setDate(Date date)
Set the date of this list.
|
void |
setDescription(String description)
Set the description.
|
void |
setDomains(List<TopLevelDomain> domains)
Set the top level domains.
|
void |
setVersion(String version)
Set the version.
|
public List<TopLevelDomain> getDomains()
public void setDomains(List<TopLevelDomain> domains)
domains
- the top level domainspublic Date getDate()
public void setDate(Date date)
date
- the datepublic String getVersion()
public void setVersion(String version)
version
- the versionpublic String getDescription()
public void setDescription(String description)
description
- the descriptionpublic DomainList clone()
Copyright © 2016. All rights reserved.