|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.Construct
public class Construct
Construct
Constructor Summary | |
---|---|
Construct()
|
Method Summary | |
---|---|
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 |
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 |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Construct()
Method Detail |
---|
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 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 List<Part> getParts()
public void setParts(List<Part> parts)
parts
- partspublic boolean isVisibleInMenu()
public void setVisibleInMenu(boolean visibleInMenu)
visibleInMenu
- true for visible, false for hidden
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |