@Entity public class EnvironmentRepositoryLinkImpl extends BambooEntityObject implements EnvironmentRepositoryLink
Constructor and Description |
---|
EnvironmentRepositoryLinkImpl() |
EnvironmentRepositoryLinkImpl(@NotNull MutableEnvironment environment,
@NotNull RepositoryDataEntity repositoryDataEntity,
int position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull InternalEnvironment |
getEnvironment() |
int |
getPosition() |
@NotNull RepositoryDataEntity |
getRepositoryDataEntity() |
int |
hashCode() |
void |
setEnvironment(@NotNull InternalEnvironment environment) |
void |
setPosition(int position) |
void |
setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public EnvironmentRepositoryLinkImpl()
public EnvironmentRepositoryLinkImpl(@NotNull @NotNull MutableEnvironment environment, @NotNull @NotNull RepositoryDataEntity repositoryDataEntity, int position)
@NotNull public @NotNull InternalEnvironment getEnvironment()
getEnvironment
in interface EnvironmentRepositoryLink
public void setEnvironment(@NotNull @NotNull InternalEnvironment environment)
setEnvironment
in interface EnvironmentRepositoryLink
@NotNull public @NotNull RepositoryDataEntity getRepositoryDataEntity()
getRepositoryDataEntity
in interface EnvironmentRepositoryLink
public void setRepositoryDataEntity(@NotNull @NotNull RepositoryDataEntity repositoryDataEntity)
setRepositoryDataEntity
in interface EnvironmentRepositoryLink
public int getPosition()
getPosition
in interface EnvironmentRepositoryLink
public void setPosition(int position)
setPosition
in interface EnvironmentRepositoryLink
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.