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
ConstructorDescriptionRssProjectPermissionImpl
(@NotNull Project project, @NotNull RepositoryDataEntity repository) -
Method Summary
Modifier and TypeMethodDescription@NotNull Project
@NotNull RepositoryDataEntity
void
setProject
(Project project) void
setRepository
(RepositoryDataEntity repositoryId) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateEntityObject
getId, setId
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getProject
in interfaceRssProjectPermission
-
getRepository
- Specified by:
getRepository
in interfaceRssProjectPermission
-
setProject
-
setRepository
-