public class ShortUrl extends Object
Constructor and Description |
---|
ShortUrl() |
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviation()
Returns the Abbreviation
|
Timestamp |
getCreationDate()
Returns the CreationDate
|
int |
getHits()
Returns the Hits
|
int |
getIdShortener()
Returns the IdShortener
|
String |
getShortenerUrl()
Returns the ShortenerUrl
|
void |
setAbbreviation(String strAbbreviation)
Sets the Abbreviation
|
void |
setCreationDate(Timestamp timestamp)
Sets the CreationDate
|
void |
setHits(int nHits)
Sets the Hits
|
void |
setIdShortener(int nIdShortener)
Sets the IdShortener
|
void |
setShortenerUrl(String strShortenerUrl)
Sets the ShortenerUrl
|
public int getIdShortener()
public void setIdShortener(int nIdShortener)
nIdShortener
- The IdShortenerpublic String getShortenerUrl()
public void setShortenerUrl(String strShortenerUrl)
strShortenerUrl
- The ShortenerUrlpublic String getAbbreviation()
public void setAbbreviation(String strAbbreviation)
strAbbreviation
- The Abbreviationpublic Timestamp getCreationDate()
public void setCreationDate(Timestamp timestamp)
timestamp
- The CreationDatepublic int getHits()
public void setHits(int nHits)
nHits
- The HitsCopyright © 2018 City of Paris. All rights reserved.