Class SyncItem
java.lang.Object
com.gentics.contentnode.rest.model.objtag.SyncItem
- All Implemented Interfaces:
Serializable
Rest Model of a tag out of sync
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Group IDint
getId()
Tag IDgetName()
Tag nameint
getObjId()
Object IDObject languageObject nameObject pathint
Object TypesetGroupId
(int groupId) Set the group IDsetId
(int id) Set the tag IDSet the tag namesetObjId
(int objId) Set the object IDsetObjLanguage
(String objLanguage) Set the object languagesetObjName
(String objName) Set the object namesetObjPath
(String objPath) Set the object pathsetObjType
(int objType) Set the object type
-
Constructor Details
-
SyncItem
public SyncItem()
-
-
Method Details
-
getId
public int getId()Tag ID- Returns:
- tag ID
-
setId
Set the tag ID- Parameters:
id
- ID- Returns:
- fluent API
-
getGroupId
public int getGroupId()Group ID- Returns:
- group ID
-
setGroupId
Set the group ID- Parameters:
groupId
- ID- Returns:
- fluent API
-
getName
Tag name- Returns:
- name
-
setName
Set the tag name- Parameters:
name
- name- Returns:
- fluent API
-
getObjType
public int getObjType()Object Type- Returns:
- object type
-
setObjType
Set the object type- Parameters:
objType
- object type- Returns:
- fluent API
-
getObjId
public int getObjId()Object ID- Returns:
- object ID
-
setObjId
Set the object ID- Parameters:
objId
- object ID- Returns:
- fluent API
-
getObjName
Object name- Returns:
- object name
-
setObjName
Set the object name- Parameters:
objName
- object name- Returns:
- fluent API
-
getObjLanguage
Object language- Returns:
- language
-
setObjLanguage
Set the object language- Parameters:
objLanguage
- object language- Returns:
- fluent API
-
getObjPath
Object path- Returns:
- object path
-
setObjPath
Set the object path- Parameters:
objPath
- object path- Returns:
- fluent API
-