public class TagGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TagGroup.ModeEnum
Gets or Sets mode
|
| Constructor and Description |
|---|
TagGroup() |
public UUID getId()
public void setId(UUID id)
public String getName()
public void setName(String name)
public String getShortName()
public void setShortName(String shortName)
public String getDescription()
public void setDescription(String description)
public Boolean getMandatory()
public void setMandatory(Boolean mandatory)
public TagGroup mode(TagGroup.ModeEnum mode)
public TagGroup.ModeEnum getMode()
public void setMode(TagGroup.ModeEnum mode)
public TagGroup restrictToFactSheetTypes(List<String> restrictToFactSheetTypes)
public TagGroup addRestrictToFactSheetTypesItem(String restrictToFactSheetTypesItem)
public List<String> getRestrictToFactSheetTypes()
public void setRestrictToFactSheetTypes(List<String> restrictToFactSheetTypes)
Copyright © 2019 LeanIX GmbH. All rights reserved.