public class SimilarityGroup extends Object
| Constructor and Description |
|---|
SimilarityGroup()
Instantiates a new similarity group.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionSet()
Gets the action set.
|
String |
getDate()
Gets the date.
|
Map<String,Set<String>> |
getDissimilar()
Gets the dissimilar.
|
EntityType |
getEntityType()
Gets the entity type.
|
Set<String> |
getGroup()
Gets the group.
|
String |
getId()
Gets the id.
|
Set<String> |
getRootIds()
Gets the root ids.
|
void |
setActionSet(String actionSet)
Sets the action set.
|
void |
setDate(String date)
Sets the date.
|
void |
setDissimilar(Map<String,Set<String>> dissimilar)
Sets the dissimilar.
|
void |
setEntityType(EntityType entityType)
Sets the entity type.
|
void |
setGroup(Set<String> group)
Sets the group.
|
void |
setId(String id)
Sets the id.
|
void |
setRootIds(Set<String> rootIds)
Sets the root ids.
|
public String getId()
public void setId(String id)
id - the new idpublic String getDate()
public void setDate(String date)
date - the new datepublic EntityType getEntityType()
public void setEntityType(EntityType entityType)
entityType - the new entity typepublic void setRootIds(Set<String> rootIds)
rootIds - the new root idspublic Map<String,Set<String>> getDissimilar()
public void setDissimilar(Map<String,Set<String>> dissimilar)
dissimilar - the dissimilarpublic String getActionSet()
public void setActionSet(String actionSet)
actionSet - the new action setCopyright © 2022. All rights reserved.