Class ContentRepositoryFragmentInPackage
- java.lang.Object
-
- com.gentics.contentnode.rest.model.AbstractModel
-
- com.gentics.contentnode.rest.model.ContentRepositoryFragmentModel
-
- com.gentics.contentnode.rest.model.devtools.ContentRepositoryFragmentInPackage
-
- All Implemented Interfaces:
Serializable
public class ContentRepositoryFragmentInPackage extends ContentRepositoryFragmentModel
ContentRepository Fragment 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 ContentRepositoryFragmentInPackage()
-
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.ContentRepositoryFragmentModel
getId, getName, setId, setName
-
Methods inherited from class com.gentics.contentnode.rest.model.AbstractModel
getGlobalId, setGlobalId
-
-
-
-
Field Detail
-
packageName
protected String packageName
-
-