public class DisinheritInfo extends Object
Constructor and Description |
---|
DisinheritInfo()
Create an empty instance
|
DisinheritInfo(Boolean exclude,
List<Integer> disinherit,
List<Integer> inheritable)
Create an instance with response info and data
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getDisinherit()
IDs of nodes/channels, in which the object will not be inherited.
|
List<Integer> |
getInheritable()
IDs of nodes/channels, where this object (actually its master) can be inherited
|
Boolean |
isExclude()
True if the object is be excluded from multichannelling, false if not
|
void |
setDisinherit(List<Integer> disinherit)
Set node IDs to disinherit object
|
void |
setExclude(Boolean exclude)
Set true to exclude object from multichannelling
|
void |
setInheritable(List<Integer> inheritable)
Set the node IDs where this object can be inherited
|
public Boolean isExclude()
public void setExclude(Boolean exclude)
exclude
- true to excludepublic List<Integer> getDisinherit()
public void setDisinherit(List<Integer> disinherit)
disinherit
- set of node IDspublic List<Integer> getInheritable()
Copyright © 2024 Gentics Software. All rights reserved.