Package sk.iway.iwcm.grideditor.dto
Class BlockDto
java.lang.Object
sk.iway.iwcm.grideditor.dto.BlockDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getStyle()
boolean
void
void
setContent
(String content) void
setFilePath
(String filePath) void
void
setImagePath
(String imagePath) void
setPremium
(boolean premium) void
void
setTextKey
(String textKey)
-
Constructor Details
-
BlockDto
public BlockDto()
-
-
Method Details
-
getId
-
setId
-
getTextKey
-
setTextKey
-
getImagePath
-
setImagePath
-
getContent
-
setContent
-
isPremium
public boolean isPremium() -
setPremium
public void setPremium(boolean premium) -
getFilePath
-
setFilePath
-
getAction
-
setAction
-
getStyle
-
setStyle
-