@Entity public class EnvironmentRepositoryLinkImpl extends BambooEntityObject implements EnvironmentRepositoryLink
Constructor and Description |
---|
EnvironmentRepositoryLinkImpl() |
EnvironmentRepositoryLinkImpl(MutableEnvironment environment,
RepositoryDataEntity repositoryDataEntity,
int position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
InternalEnvironment |
getEnvironment() |
int |
getPosition() |
RepositoryDataEntity |
getRepositoryDataEntity() |
int |
hashCode() |
void |
setEnvironment(InternalEnvironment environment) |
void |
setPosition(int position) |
void |
setRepositoryDataEntity(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 MutableEnvironment environment, @NotNull RepositoryDataEntity repositoryDataEntity, int position)
@NotNull public InternalEnvironment getEnvironment()
getEnvironment
in interface EnvironmentRepositoryLink
public void setEnvironment(@NotNull InternalEnvironment environment)
setEnvironment
in interface EnvironmentRepositoryLink
@NotNull public RepositoryDataEntity getRepositoryDataEntity()
getRepositoryDataEntity
in interface EnvironmentRepositoryLink
public void setRepositoryDataEntity(@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 © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.