public class Construct extends Object implements Serializable
Constructor and Description |
---|
Construct() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Category name of the construct
|
int |
getCategorySortorder()
Order for the category that was set
|
int |
getCdate()
Creation Date of the construct
|
Integer |
getConstructId()
Deprecated.
use getId() instead
|
User |
getCreator()
Creator of the construct
|
String |
getDescription()
Description of this construct
|
int |
getEdate()
Last Edit Date of the construct
|
Integer |
getEditdo()
Edit do
|
User |
getEditor()
Last Editor of the construct
|
String |
getGlobalId()
Global ID of the construct
|
String |
getIcon()
Icon of this construct
|
Integer |
getId()
ID of this construct
|
String |
getKeyword()
Keyword for this construct
|
boolean |
getMayBeSubtag()
Whether a tag of this construct may be inserted/nested in other tags
|
boolean |
getMayContainSubtags()
Whether this construct may contain other tags.
|
String |
getName()
Name of this construct
|
List<Part> |
getParts()
Parts of the construct
|
boolean |
isVisibleInMenu()
True if the construct shall be visible in the menu, false if not
|
void |
setCategory(String category)
Set the category
|
void |
setCategorySortorder(int categorySortorder)
Set the order of the category
|
void |
setCdate(int cdate) |
void |
setConstructId(Integer constructId)
Deprecated.
use setId() instead
|
void |
setCreator(User creator) |
void |
setDescription(String description)
Set the description
|
void |
setEdate(int edate) |
void |
setEditdo(Integer editdo)
Set the edit do
|
void |
setEditor(User editor) |
void |
setGlobalId(String globalId)
Set the global ID
|
void |
setIcon(String icon)
Sets the icon for this construct
|
void |
setId(Integer id)
Set the id of this construct
|
void |
setKeyword(String keyword)
Sets the keyword for this construct
|
void |
setMayBeSubtag(boolean value)
Sets whether a tag of this construct may be a nested in another tag.
|
void |
setMayContainSubtags(boolean value)
Sets whether this construct may contain other tags.
|
void |
setName(String name)
Sets the name for this construct
|
void |
setParts(List<Part> parts)
Set the parts
|
void |
setVisibleInMenu(boolean visibleInMenu)
Set whether the construct shall be visible in the menu
|
public String getKeyword()
public void setKeyword(String keyword)
public void setIcon(String icon)
icon
- public void setName(String name)
name
- public boolean getMayBeSubtag()
public void setMayBeSubtag(boolean value)
value
- public boolean getMayContainSubtags()
public void setMayContainSubtags(boolean value)
value
- public void setDescription(String description)
description
- public void setConstructId(Integer constructId)
constructId
- public Integer getConstructId()
public Integer getId()
public void setId(Integer id)
id
- idpublic String getGlobalId()
public void setGlobalId(String globalId)
globalId
- global IDpublic String getName()
public String getDescription()
public String getIcon()
public User getCreator()
public int getCdate()
public User getEditor()
public int getEdate()
public void setCreator(User creator)
creator
- the creator to setpublic void setCdate(int cdate)
cdate
- the cdate to setpublic void setEditor(User editor)
editor
- the editor to setpublic void setEdate(int edate)
edate
- the edate to setpublic Integer getEditdo()
public void setEditdo(Integer editdo)
editdo
- edit dopublic String getCategory()
public void setCategory(String category)
category
- categorypublic int getCategorySortorder()
public void setCategorySortorder(int categorySortorder)
categorySortorder
- public boolean isVisibleInMenu()
public void setVisibleInMenu(boolean visibleInMenu)
visibleInMenu
- true for visible, false for hiddenCopyright © 2019 Gentics Software. All rights reserved.