|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.message.ExpireMessageBase.Entry
public static class ExpireMessageBase.Entry
class that holds the domain name as well as the expiration date
Field Summary | |
---|---|
private java.lang.String |
domainName
the domain name |
private java.lang.String |
encodedDomainName
the encoded domain name |
private java.util.Date |
expirationDate
the expiration date |
Constructor Summary | |
---|---|
ExpireMessageBase.Entry(java.lang.String theDomainName,
java.lang.String theEncodedDomainName,
java.util.Date theExpirationDate)
constructor |
Method Summary | |
---|---|
java.lang.String |
getDomainName()
return the domain name |
java.lang.String |
getEncodedDomainName()
return the encoded domain name |
java.util.Date |
getExpirationDate()
return the expiration date |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String domainName
private java.lang.String encodedDomainName
private java.util.Date expirationDate
Constructor Detail |
---|
ExpireMessageBase.Entry(java.lang.String theDomainName, java.lang.String theEncodedDomainName, java.util.Date theExpirationDate)
theDomainName
- the domain nametheEncodedDomainName
- the encoded domain nametheExpirationDate
- the expiration dateMethod Detail |
---|
public java.lang.String getDomainName()
public java.lang.String getEncodedDomainName()
public java.util.Date getExpirationDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |