com.gentics.contentnode.rest.model
Class TemplateTag

java.lang.Object
  extended by com.gentics.contentnode.rest.model.Tag
      extended by com.gentics.contentnode.rest.model.TemplateTag
All Implemented Interfaces:
Serializable

public class TemplateTag
extends Tag

Tag object representing a templaetag in the GCN

Author:
johannes
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.Tag
Tag.Type
 
Constructor Summary
TemplateTag()
           
 
Method Summary
 Boolean getEditableInPage()
          Get the flag that defines whether the tag is editable in page or not
 Boolean getMandatory()
          Get the flag that defines whether the tag is mandatory or not
 void setEditableInPage(Boolean editableInPage)
          Set the editable in page flag for this template tag
 void setMandatory(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

TemplateTag

public TemplateTag()
Method Detail

getMandatory

public Boolean getMandatory()
Get the flag that defines whether the tag is mandatory or not

Returns:

setMandatory

public void setMandatory(Boolean mandatory)
Set the mandatory flag for this template tag

Parameters:
Flag - that defines whether the tag is mandatory

getEditableInPage

public Boolean getEditableInPage()
Get the flag that defines whether the tag is editable in page or not

Returns:

setEditableInPage

public void setEditableInPage(Boolean editableInPage)
Set the editable in page flag for this template tag

Parameters:
Flag - that defines whether the tag is editable in page


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.