com.atlassian.bamboo.repository
Class RepositoryDefinitionEntityImpl

java.lang.Object
  extended by com.atlassian.bamboo.repository.RepositoryDefinitionEntityImpl
All Implemented Interfaces:
BambooIdProvider, BambooObject, Deletable, Describable, ImmutableDeletable, RepositoryDataEntity, RepositoryDefinitionEntity, DescriptionProvider, NameProvider

Deprecated. since 4.0 use RepositoryDataEntityImpl

@Deprecated
public class RepositoryDefinitionEntityImpl
extends java.lang.Object
implements RepositoryDefinitionEntity


Constructor Summary
RepositoryDefinitionEntityImpl()
          Deprecated.  
RepositoryDefinitionEntityImpl(RepositoryDataEntity repositoryDataEntity)
          Deprecated.  
RepositoryDefinitionEntityImpl(java.lang.String pluginKey, java.lang.String name, java.lang.String description, java.lang.String xmlData, boolean markedForDeletion, boolean global)
          Deprecated.  
 
Method Summary
 java.lang.String getDescription()
          Deprecated.  
 long getId()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 java.lang.String getPluginKey()
          Deprecated.  
 java.lang.String getXmlData()
          Deprecated.  
 boolean isGlobal()
          Deprecated.  
 boolean isMarkedForDeletion()
          Deprecated.  
 void setDescription(java.lang.String description)
          Deprecated.  
 void setGlobal(boolean isGlobal)
          Deprecated.  
 void setId(long id)
          Deprecated.  
 void setMarkedForDeletion(boolean markedForDeletion)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated.  
 void setPluginKey(java.lang.String pluginKey)
          Deprecated.  
 void setXmlData(java.lang.String xmlData)
          Deprecated.  
 RepositoryDataEntity toRepositoryDataEntity()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryDefinitionEntityImpl

public RepositoryDefinitionEntityImpl(java.lang.String pluginKey,
                                      java.lang.String name,
                                      java.lang.String description,
                                      java.lang.String xmlData,
                                      boolean markedForDeletion,
                                      boolean global)
Deprecated. 

RepositoryDefinitionEntityImpl

public RepositoryDefinitionEntityImpl()
Deprecated. 

RepositoryDefinitionEntityImpl

public RepositoryDefinitionEntityImpl(RepositoryDataEntity repositoryDataEntity)
Deprecated. 
Method Detail

toRepositoryDataEntity

public RepositoryDataEntity toRepositoryDataEntity()
Deprecated. 
Specified by:
toRepositoryDataEntity in interface RepositoryDefinitionEntity

getPluginKey

@NotNull
public java.lang.String getPluginKey()
Deprecated. 
Specified by:
getPluginKey in interface RepositoryDataEntity

setPluginKey

public void setPluginKey(@NotNull
                         java.lang.String pluginKey)
Deprecated. 
Specified by:
setPluginKey in interface RepositoryDataEntity

getXmlData

@NotNull
public java.lang.String getXmlData()
Deprecated. 
Specified by:
getXmlData in interface RepositoryDataEntity

setXmlData

public void setXmlData(@NotNull
                       java.lang.String xmlData)
Deprecated. 
Specified by:
setXmlData in interface RepositoryDataEntity

isGlobal

public boolean isGlobal()
Deprecated. 
Specified by:
isGlobal in interface RepositoryDataEntity
Returns:
true iff repository is a Global Repository (that is: can be shared among multiple plans)

setGlobal

public void setGlobal(boolean isGlobal)
Deprecated. 
Specified by:
setGlobal in interface RepositoryDataEntity

isMarkedForDeletion

public boolean isMarkedForDeletion()
Deprecated. 
Specified by:
isMarkedForDeletion in interface ImmutableDeletable
Returns:
Whether or not the Object has been marked for deletion

setMarkedForDeletion

public void setMarkedForDeletion(boolean markedForDeletion)
Deprecated. 
Specified by:
setMarkedForDeletion in interface Deletable

setId

public void setId(long id)
Deprecated. 
Specified by:
setId in interface BambooObject

getId

public long getId()
Deprecated. 
Specified by:
getId in interface BambooIdProvider

setName

public void setName(@NotNull
                    java.lang.String name)
Deprecated. 
Specified by:
setName in interface Describable

setDescription

public void setDescription(@Nullable
                           java.lang.String description)
Deprecated. 
Specified by:
setDescription in interface Describable

getName

@NotNull
public java.lang.String getName()
Deprecated. 
Specified by:
getName in interface DescriptionProvider
Specified by:
getName in interface NameProvider

getDescription

public java.lang.String getDescription()
Deprecated. 
Specified by:
getDescription in interface DescriptionProvider


Copyright © 2012 Atlassian. All Rights Reserved.