public class User extends TaskOrUser implements OrganizationalEntity
Modifier and Type | Field and Description |
---|---|
static User |
PLANNING_USER
Planning user is defined user for avoid breaking hard constraints.
|
nextTask
id
Modifier and Type | Method and Description |
---|---|
Integer |
getEndTimeInMinutes() |
String |
getEntityId() |
Set<Group> |
getGroups() |
Set<TypedLabel> |
getTypedLabels() |
User |
getUser() |
boolean |
isUser() |
void |
setEntityId(String entityId) |
void |
setGroups(Set<Group> groups) |
void |
setTypedLabels(Set<TypedLabel> typedLabels) |
String |
toString() |
getNextTask, setNextTask
getId, setId
public static final User PLANNING_USER
public User()
public User(long id, String entityId)
public String getEntityId()
getEntityId
in interface OrganizationalEntity
public void setEntityId(String entityId)
public Set<TypedLabel> getTypedLabels()
public void setTypedLabels(Set<TypedLabel> typedLabels)
public User getUser()
getUser
in class TaskOrUser
public boolean isUser()
isUser
in interface OrganizationalEntity
public Integer getEndTimeInMinutes()
getEndTimeInMinutes
in class TaskOrUser
public String toString()
toString
in class AbstractPersistable
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.