@Entity public class RepositoryDataEntityImpl extends BambooEntityWithOid implements RepositoryDataEntity
oidNAME_MAX_LENGTH| Constructor and Description |
|---|
RepositoryDataEntityImpl() |
RepositoryDataEntityImpl(RepositoryDataEntity source) |
RepositoryDataEntityImpl(String pluginKey,
String name,
String description,
String xmlData,
boolean markedForDeletion,
boolean global,
RepositoryDataEntity parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
RepositoryDataEntity |
getParent() |
String |
getPluginKey() |
String |
getXmlData()
Combined data in xml format.
|
boolean |
isGlobal() |
boolean |
isMarkedForDeletion() |
void |
setDescription(String description) |
void |
setGlobal(boolean isGlobal) |
void |
setMarkedForDeletion(boolean markedForDeletion) |
void |
setName(String name) |
void |
setParent(RepositoryDataEntity parent) |
void |
setPluginKey(String pluginKey) |
void |
setXmlData(String xmlData) |
getOid, setOidclone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEntityTypesetOidgetOidsetIdgetIdpublic RepositoryDataEntityImpl(String pluginKey, String name, String description, String xmlData, boolean markedForDeletion, boolean global, RepositoryDataEntity parent)
public RepositoryDataEntityImpl(RepositoryDataEntity source)
public RepositoryDataEntityImpl()
@NotNull public String getPluginKey()
getPluginKey in interface PluginKeyProviderpublic void setPluginKey(@NotNull
String pluginKey)
setPluginKey in interface RepositoryDataEntity@NotNull public String getName()
getName in interface DescriptionProvidergetName in interface NameProviderpublic void setName(@NotNull
String name)
setName in interface Describablepublic String getDescription()
getDescription in interface DescriptionProviderpublic void setDescription(String description)
setDescription in interface Describable@NotNull public String getXmlData()
RepositoryDataEntitygetXmlData in interface RepositoryDataEntitypublic void setXmlData(@NotNull
String xmlData)
setXmlData in interface RepositoryDataEntitypublic boolean isMarkedForDeletion()
isMarkedForDeletion in interface ImmutableDeletablepublic void setMarkedForDeletion(boolean markedForDeletion)
setMarkedForDeletion in interface Deletablepublic boolean isGlobal()
isGlobal in interface RepositoryDataEntitypublic void setGlobal(boolean isGlobal)
setGlobal in interface RepositoryDataEntity@Nullable public RepositoryDataEntity getParent()
getParent in interface RepositoryDataEntitypublic void setParent(@Nullable
RepositoryDataEntity parent)
setParent in interface RepositoryDataEntityCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.