@Entity public class UrlShortenerEntry extends Object
| Constructor and Description |
|---|
UrlShortenerEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreated() |
UUID |
getId() |
String |
getOwner() |
URI |
getTemporaryUrl() |
URI |
getUrl() |
int |
hashCode() |
void |
setCreated(Date created) |
void |
setId(UUID id) |
void |
setOwner(String owner) |
void |
setTemporaryUrl(URI temporaryUrl) |
void |
setUrl(URI url) |
public UUID getId()
public void setId(UUID id)
public String getOwner()
public Date getCreated()
public URI getTemporaryUrl()
public URI getUrl()
public void setOwner(String owner)
public void setCreated(Date created)
public void setUrl(URI url)
public void setTemporaryUrl(URI temporaryUrl)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.