|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.Tag
com.gentics.contentnode.rest.model.TemplateTag
public class TemplateTag
Tag object representing a templaetag in the GCN
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.Tag |
---|
Tag.Type |
Constructor Summary | |
---|---|
TemplateTag()
|
Method Summary | |
---|---|
java.lang.Boolean |
getEditableInPage()
Get the flag that defines whether the tag is editable in page or not |
java.lang.Boolean |
getMandatory()
Get the flag that defines whether the tag is mandatory or not |
void |
setEditableInPage(java.lang.Boolean editableInPage)
Set the editable in page flag for this template tag |
void |
setMandatory(java.lang.Boolean mandatory)
Set the mandatory flag for this template tag |
Methods inherited from class com.gentics.contentnode.rest.model.Tag |
---|
getActive, getConstructId, getId, getName, getProperties, getType, setActive, setConstructId, setId, setName, setProperties, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateTag()
Method Detail |
---|
public java.lang.Boolean getMandatory()
public void setMandatory(java.lang.Boolean mandatory)
Flag
- that defines whether the tag is mandatorypublic java.lang.Boolean getEditableInPage()
public void setEditableInPage(java.lang.Boolean editableInPage)
Flag
- that defines whether the tag is editable in page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |