@Entity public class AgentAssignmentImpl extends BambooEntityObject implements AgentAssignment
AgentAssignment.ExecutableType, AgentAssignment.ExecutorType| Constructor and Description |
|---|
AgentAssignmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
long |
getExecutableId() |
AgentAssignment.ExecutableType |
getExecutableType()
Type of executable -> the type of object that the executable id refers to.
|
long |
getExecutorId() |
AgentAssignment.ExecutorType |
getExecutorType()
Type of executor -> the type of object that the executor id refers to.
|
int |
hashCode() |
void |
setExecutableId(long executableId) |
void |
setExecutableType(AgentAssignment.ExecutableType executableType) |
void |
setExecutorId(long executorId) |
void |
setExecutorType(AgentAssignment.ExecutorType executorType) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitsetIdgetIdpublic long getExecutorId()
getExecutorId in interface AgentAssignmentpublic void setExecutorId(long executorId)
public AgentAssignment.ExecutorType getExecutorType()
AgentAssignmentgetExecutorType in interface AgentAssignmentpublic void setExecutorType(AgentAssignment.ExecutorType executorType)
public long getExecutableId()
getExecutableId in interface AgentAssignmentpublic void setExecutableId(long executableId)
public AgentAssignment.ExecutableType getExecutableType()
AgentAssignmentgetExecutableType in interface AgentAssignmentpublic void setExecutableType(AgentAssignment.ExecutableType executableType)
public int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(Object obj)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.