public class EntityLinkWithDetails extends EntityLinkWithName
Modifier and Type | Field and Description |
---|---|
protected String |
assignee |
protected Date |
endTime |
protected Date |
startTime |
createTime, hierarchyType, linkType, name, referenceScopeDefinitionId, referenceScopeId, referenceScopeType, scopeDefinitionId, scopeId, scopeType, translations
Constructor and Description |
---|
EntityLinkWithDetails() |
EntityLinkWithDetails(EntityLink entityLink) |
EntityLinkWithDetails(EntityLink entityLink,
String name,
String assignee,
Date startTime,
Date endTime) |
EntityLinkWithDetails(HistoricEntityLink entityLink,
String name,
String assignee,
Date startTime,
Date endTime) |
Modifier and Type | Method and Description |
---|---|
String |
getAssignee() |
Date |
getEndTime() |
Date |
getStartTime() |
void |
setAssignee(String assignee) |
void |
setEndTime(Date endTime) |
void |
setStartTime(Date startTime) |
addTranslation, getCreateTime, getHierarchyType, getLinkType, getName, getReferenceScopeDefinitionId, getReferenceScopeId, getReferenceScopeType, getScopeDefinitionId, getScopeId, getScopeType, getTranslations, setCreateTime, setHierarchyType, setLinkType, setName, setReferenceScopeDefinitionId, setReferenceScopeId, setReferenceScopeType, setScopeDefinitionId, setScopeId, setScopeType, setTranslations
protected String assignee
protected Date startTime
protected Date endTime
public EntityLinkWithDetails()
public EntityLinkWithDetails(EntityLink entityLink)
public EntityLinkWithDetails(EntityLink entityLink, String name, String assignee, Date startTime, Date endTime)
public EntityLinkWithDetails(HistoricEntityLink entityLink, String name, String assignee, Date startTime, Date endTime)