public class EntityLinkWithName extends Object
Modifier and Type | Field and Description |
---|---|
protected Date |
createTime |
protected String |
hierarchyType |
protected String |
linkType |
protected String |
name |
protected String |
referenceScopeDefinitionId |
protected String |
referenceScopeId |
protected String |
referenceScopeType |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected Map<String,Map<String,String>> |
translations |
Constructor and Description |
---|
EntityLinkWithName() |
EntityLinkWithName(EntityLink entityLink) |
EntityLinkWithName(EntityLink entityLink,
String name,
Map<String,Map<String,String>> translations) |
EntityLinkWithName(HistoricEntityLink entityLink) |
EntityLinkWithName(HistoricEntityLink entityLink,
String name,
Map<String,Map<String,String>> translations) |
Modifier and Type | Method and Description |
---|---|
void |
addTranslation(String locale,
String key,
String value) |
Date |
getCreateTime() |
String |
getHierarchyType() |
String |
getLinkType() |
String |
getName() |
String |
getReferenceScopeDefinitionId() |
String |
getReferenceScopeId() |
String |
getReferenceScopeType() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
Map<String,Map<String,String>> |
getTranslations() |
void |
setCreateTime(Date createTime) |
void |
setHierarchyType(String hierarchyType) |
void |
setLinkType(String linkType) |
void |
setName(String name) |
void |
setReferenceScopeDefinitionId(String referenceScopeDefinitionId) |
void |
setReferenceScopeId(String referenceScopeId) |
void |
setReferenceScopeType(String referenceScopeType) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setTranslations(Map<String,Map<String,String>> translations) |
protected String linkType
protected String scopeId
protected String scopeType
protected String scopeDefinitionId
protected String referenceScopeId
protected String referenceScopeType
protected String referenceScopeDefinitionId
protected String hierarchyType
protected Date createTime
protected String name
public EntityLinkWithName()
public EntityLinkWithName(EntityLink entityLink)
public EntityLinkWithName(EntityLink entityLink, String name, Map<String,Map<String,String>> translations)
public EntityLinkWithName(HistoricEntityLink entityLink)
public String getLinkType()
public void setLinkType(String linkType)
public String getScopeId()
public void setScopeId(String scopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public String getScopeDefinitionId()
public void setScopeDefinitionId(String scopeDefinitionId)
public String getReferenceScopeId()
public void setReferenceScopeId(String referenceScopeId)
public String getReferenceScopeType()
public void setReferenceScopeType(String referenceScopeType)
public String getReferenceScopeDefinitionId()
public void setReferenceScopeDefinitionId(String referenceScopeDefinitionId)
public String getHierarchyType()
public void setHierarchyType(String hierarchyType)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public String getName()
public void setName(String name)