Package com.atlassian.bamboo.specs
Class RssProjectPermissionImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.hibernate.HibernateEntityObject
com.atlassian.bamboo.specs.RssProjectPermissionImpl
- All Implemented Interfaces:
BambooIdProvider,RssProjectPermission,Cloneable
@Entity
public class RssProjectPermissionImpl
extends HibernateEntityObject
implements RssProjectPermission
-
Constructor Summary
ConstructorsConstructorDescriptionRssProjectPermissionImpl(@NotNull Project project, @NotNull RepositoryDataEntity repository) -
Method Summary
Modifier and TypeMethodDescription@NotNull Project@NotNull RepositoryDataEntityvoidsetProject(Project project) voidsetRepository(RepositoryDataEntity repositoryId) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateEntityObject
getId, setIdMethods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Constructor Details
-
RssProjectPermissionImpl
public RssProjectPermissionImpl() -
RssProjectPermissionImpl
public RssProjectPermissionImpl(@NotNull @NotNull Project project, @NotNull @NotNull RepositoryDataEntity repository)
-
-
Method Details
-
getProject
- Specified by:
getProjectin interfaceRssProjectPermission
-
getRepository
- Specified by:
getRepositoryin interfaceRssProjectPermission
-
setProject
-
setRepository
-