Class TemplateInPackage
java.lang.Object
com.gentics.contentnode.rest.model.Template
com.gentics.contentnode.rest.model.devtools.TemplateInPackage
- All Implemented Interfaces:
Serializable
Template in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in the
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in the
gentics_structure.json
file.Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionName of the package that contains the objectvoid
setPackageName
(String packageName) Set the package nameMethods 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
-
Field Details
-
packageName
-
-
Constructor Details
-
TemplateInPackage
public TemplateInPackage()
-
-
Method Details
-
getPackageName
Name of the package that contains the object- Returns:
- package name
-
setPackageName
Set the package name- Parameters:
packageName
- package name
-