public class ContentTemplateRef extends PluginBackedBlueprint
| Constructor and Description |
|---|
ContentTemplateRef(UUID id,
long templateId,
String moduleCompleteKey,
String i18nNameKey,
boolean pluginClone,
ContentBlueprint parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildTemplateRef(ContentTemplateRef child) |
boolean |
equals(Object o) |
List<ContentTemplateRef> |
getChildren() |
ContentBlueprint |
getParent() |
long |
getTemplateId() |
void |
setTemplateId(long templateId) |
String |
toString() |
getI18nNameKey, getModuleCompleteKey, isPluginClone, setI18nNameKey, setModuleCompleteKey, setPluginClonegetId, setIdpublic long getTemplateId()
public void setTemplateId(long templateId)
@Nullable public ContentBlueprint getParent()
public void addChildTemplateRef(@Nonnull ContentTemplateRef child)
@Nonnull public List<ContentTemplateRef> getChildren()
Copyright © 2017 Atlassian. All rights reserved.