Class TemplateInNode
- java.lang.Object
-
- com.gentics.contentnode.rest.model.Template
-
- com.gentics.contentnode.rest.model.TemplateInNode
-
- All Implemented Interfaces:
Serializable
public class TemplateInNode extends Template
Template in a node- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateInNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAssignedNodes()
List of node names to which this template is assignedint
getNodeId()
ID of the node to which the template is assignedvoid
setAssignedNodes(List<String> assignedNodes)
Set assigned node namesvoid
setNodeId(int nodeId)
Set the node ID-
Methods inherited from class com.gentics.contentnode.rest.model.Template
equals, getCdate, getChannelId, getChannelSetId, getCreator, getDescription, getEdate, getEditor, getFolderId, getGlobalId, getId, getInheritedFrom, getMarkupLanguage, getMasterId, getMasterNode, getName, getObjectTags, getPath, getSource, getTemplateTags, isInherited, isLocked, isMaster, setCdate, setChannelId, setChannelSetId, setCreator, setDescription, setEdate, setEditor, setFolderId, setGlobalId, setId, setInherited, setInheritedFrom, setLocked, setMarkupLanguage, setMaster, setMasterId, setMasterNode, setName, setObjectTags, setPath, setSource, setTemplateTags
-
-
-
-
Method Detail
-
getNodeId
public int getNodeId()
ID of the node to which the template is assigned- Returns:
- node ID
-
setNodeId
public void setNodeId(int nodeId)
Set the node ID- Parameters:
nodeId
- node ID
-
getAssignedNodes
public List<String> getAssignedNodes()
List of node names to which this template is assigned- Returns:
- node names
-
-