Class ObjectPropertyInPackage
- java.lang.Object
-
- com.gentics.contentnode.rest.model.ObjectProperty
-
- com.gentics.contentnode.rest.model.devtools.ObjectPropertyInPackage
-
- All Implemented Interfaces:
Serializable
public class ObjectPropertyInPackage extends ObjectProperty
Object property definition 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 ObjectPropertyInPackage()
-
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.ObjectProperty
getCategory, getCategoryId, getConstruct, getConstructId, getDescription, getDescriptionI18n, getGlobalId, getId, getInheritable, getKeyword, getName, getNameI18n, getRequired, getSyncChannelset, getSyncContentset, getSyncVariants, getType, setCategory, setCategoryId, setConstruct, setConstructId, setDescription, setDescription, setDescriptionI18n, setGlobalId, setId, setInheritable, setKeyword, setName, setName, setNameI18n, setRequired, setSyncChannelset, setSyncContentset, setSyncVariants, setType
-
-
-
-
Field Detail
-
packageName
protected String packageName
-
-