public class DbLink extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DbLink.Translation |
Modifier and Type | Field and Description |
---|---|
Date |
createdAt |
long |
id |
Date |
modifiedAt |
long |
objectId |
int |
position |
EstateLinkProvider |
provider |
String |
providerLinkId |
boolean |
published |
Map<String,DbLink.Translation> |
translations |
URI |
webLinkUrl |
Constructor and Description |
---|
DbLink() |
Modifier and Type | Method and Description |
---|---|
String |
getTitle(Locale locale) |
String |
getTitle(String lang) |
URI |
getUrl() |
String |
getUrlValue() |
void |
initTranslations() |
void |
setTitle(String title,
Locale locale) |
void |
setTitle(String title,
String lang) |
void |
setUrl(URI url) |
void |
setUrlValue(String url) |
public long id
public long objectId
public int position
public boolean published
public URI webLinkUrl
public EstateLinkProvider provider
public String providerLinkId
public Date createdAt
public Date modifiedAt
public Map<String,DbLink.Translation> translations
public URI getUrl()
public String getUrlValue()
public void initTranslations()
public void setUrl(URI url)
public void setUrlValue(String url) throws URISyntaxException
URISyntaxException
Copyright © 2019 OpenEstate. All rights reserved.