public class CMSPagina extends Object
| Constructor and Description |
|---|
CMSPagina() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCdate() |
Integer |
getCmsMenu() |
Integer |
getId() |
Boolean |
getLoginRequired() |
String |
getSefUrl() |
Boolean |
getShowPlainAndMapButton() |
String |
getTekst() |
String |
getThema() |
String |
getTitel() |
void |
setCdate(Date cdate) |
void |
setCmsMenu(Integer cmsMenu) |
void |
setId(Integer id) |
void |
setLoginRequired(Boolean loginRequired) |
void |
setSefUrl(String sefUrl) |
void |
setShowPlainAndMapButton(Boolean showPlainAndMapButton) |
void |
setTekst(String tekst) |
void |
setThema(String thema) |
void |
setTitel(String titel) |
org.json.JSONObject |
toJson() |
public Integer getId()
public void setId(Integer id)
public String getTitel()
public void setTitel(String titel)
public String getTekst()
public void setTekst(String tekst)
public String getThema()
public void setThema(String thema)
public Date getCdate()
public void setCdate(Date cdate)
public Boolean getShowPlainAndMapButton()
public void setShowPlainAndMapButton(Boolean showPlainAndMapButton)
public String getSefUrl()
public void setSefUrl(String sefUrl)
public Integer getCmsMenu()
public void setCmsMenu(Integer cmsMenu)
public Boolean getLoginRequired()
public void setLoginRequired(Boolean loginRequired)
public org.json.JSONObject toJson()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.