public class Section extends Object
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCategoryId() |
Date |
getCreatedAt() |
String |
getDescription() |
String |
getHtmlUrl() |
Long |
getId() |
String |
getLocale() |
String |
getName() |
Boolean |
getOutdated() |
Long |
getPosition() |
String |
getSourceLocale() |
List<String> |
getTranslation_ids() |
Date |
getUpdatedAt() |
String |
getUrl() |
void |
setCategoryId(Long categoryId) |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setHtmlUrl(String htmlUrl) |
void |
setId(Long id) |
void |
setLocale(String locale) |
void |
setName(String name) |
void |
setOutdated(Boolean outdated) |
void |
setPosition(Long position) |
void |
setSourceLocale(String sourceLocale) |
void |
setTranslation_ids(List<String> translation_ids) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getLocale()
public void setLocale(String locale)
public String getSourceLocale()
public void setSourceLocale(String sourceLocale)
public String getUrl()
public void setUrl(String url)
public String getHtmlUrl()
public void setHtmlUrl(String htmlUrl)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public Boolean getOutdated()
public void setOutdated(Boolean outdated)
public Long getPosition()
public void setPosition(Long position)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2013–2020. All rights reserved.