public class WorkflowActionPerformer extends Object implements Serializable
WorkflowActionPerformer represents a workflow action
performer. The performer is either
an individual user or a team.| Constructor and Description |
|---|
WorkflowActionPerformer() |
WorkflowActionPerformer(Long id,
WorkflowRoundActionPerformerType type,
Long userId,
Long teamId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this WorkflowActionPerformer.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getTeamId()
Gets the teamId value for this WorkflowActionPerformer.
|
WorkflowRoundActionPerformerType |
getType()
Gets the type value for this WorkflowActionPerformer.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Long |
getUserId()
Gets the userId value for this WorkflowActionPerformer.
|
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this WorkflowActionPerformer.
|
void |
setTeamId(Long teamId)
Sets the teamId value for this WorkflowActionPerformer.
|
void |
setType(WorkflowRoundActionPerformerType type)
Sets the type value for this WorkflowActionPerformer.
|
void |
setUserId(Long userId)
Sets the userId value for this WorkflowActionPerformer.
|
public WorkflowActionPerformer()
public WorkflowActionPerformer(Long id, WorkflowRoundActionPerformerType type, Long userId, Long teamId)
public Long getId()
WorkflowActionPerformerpublic void setId(Long id)
id - * The unique ID of the WorkflowActionPerformerpublic WorkflowRoundActionPerformerType getType()
WorkflowActionPerformer, either user or
team.public void setType(WorkflowRoundActionPerformerType type)
type - * The type of WorkflowActionPerformer, either user or
team.public Long getUserId()
public void setUserId(Long userId)
userId - * The ID of user if performer is a single user.public Long getTeamId()
public void setTeamId(Long teamId)
teamId - * The team Id if performer is a team.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.