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, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
public long getExecutorId()
getExecutorId
in interface AgentAssignment
public void setExecutorId(long executorId)
public AgentAssignment.ExecutorType getExecutorType()
AgentAssignment
getExecutorType
in interface AgentAssignment
public void setExecutorType(AgentAssignment.ExecutorType executorType)
public long getExecutableId()
getExecutableId
in interface AgentAssignment
public void setExecutableId(long executableId)
public AgentAssignment.ExecutableType getExecutableType()
AgentAssignment
getExecutableType
in interface AgentAssignment
public void setExecutableType(AgentAssignment.ExecutableType executableType)
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int compareTo(Object obj)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.