Class PanelDTO
Object
PanelDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PanelExtendedDTO
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKey()getName()getOwner()booleanvoidsetCategory(CategoryDTO category) voidsetCategoryGraph(List<CategoryDTO> categoryGraph) voidsetDescription(String description) voidsetDisplayInPresentations(boolean displayInPresentations) voidvoidvoidvoid
-
Constructor Details
-
PanelDTO
public PanelDTO()
-
-
Method Details
-
getId
-
setId
-
getKey
-
setKey
-
getName
-
setName
-
getDescription
-
setDescription
-
getCategory
-
setCategory
-
getCategoryGraph
-
setCategoryGraph
-
getOwner
-
setOwner
-
isDisplayInPresentations
public boolean isDisplayInPresentations() -
setDisplayInPresentations
public void setDisplayInPresentations(boolean displayInPresentations)
-