Class ConstructInPackage
- java.lang.Object
-
- com.gentics.contentnode.rest.model.Construct
-
- com.gentics.contentnode.rest.model.devtools.ConstructInPackage
-
- All Implemented Interfaces:
Serializable
public class ConstructInPackage extends Construct
Construct 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 thegentics_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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
packageName
-
Constructor Summary
Constructors Constructor Description ConstructInPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPackageName()
Name of the package that contains the objectvoid
setPackageName(String packageName)
Set the package name-
Methods inherited from class com.gentics.contentnode.rest.model.Construct
getCategory, getCategoryId, getCdate, getConstructId, getCreator, getDescription, getDescriptionI18n, getEdate, getEditdo, getEditor, getExternalEditorUrl, getGlobalId, getHopeditHook, getIcon, getId, getKeyword, getLiveEditorTagName, getMayBeSubtag, getMayContainSubtags, getName, getNameI18n, getParts, isAutoEnable, isNewEditor, isVisibleInMenu, setAutoEnable, setCategory, setCategoryId, setCdate, setConstructId, setCreator, setDescription, setDescription, setDescriptionI18n, setEdate, setEditdo, setEditor, setExternalEditorUrl, setGlobalId, setHopeditHook, setIcon, setId, setKeyword, setLiveEditorTagName, setMayBeSubtag, setMayContainSubtags, setName, setName, setNameI18n, setNewEditor, setParts, setVisibleInMenu, toString
-
-
-
-
Field Detail
-
packageName
protected String packageName
-
-