public class Locale extends Object implements Serializable
| Constructor and Description |
|---|
Locale() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
Long |
getId() |
String |
getLocale() |
String |
getName() |
Date |
getUpdatedAt() |
String |
getUrl() |
void |
setCreatedAt(Date createdAt) |
void |
setId(Long id) |
void |
setLocale(String locale) |
void |
setName(String name) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
String |
toString() |
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Long getId()
public void setId(Long id)
public String getLocale()
public void setLocale(String locale)
public String getName()
public void setName(String name)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public String getUrl()
public void setUrl(String url)
Copyright © 2013–2024. All rights reserved.