public class BaseEntity extends Object
Constructor and Description |
---|
BaseEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityAlias() |
Long |
getEntityId() |
String |
getExternalId() |
boolean |
getIsGroup() |
void |
setEntityAlias(String entityAlias) |
void |
setEntityId(Long entityId) |
void |
setExternalId(String externalEntityId)
Set the ID of the entity in the external system
|
void |
setIsGroup(boolean isGroup) |
public String getEntityAlias()
public Long getEntityId()
public String getExternalId()
public boolean getIsGroup()
public void setEntityAlias(String entityAlias)
entityAlias
- the entityAlias to setpublic void setEntityId(Long entityId)
entityId
- the entityId to setpublic void setExternalId(String externalEntityId)
externalEntityId
- ID of the entity in the external systempublic void setIsGroup(boolean isGroup)
isGroup
- the isGroup to setCopyright © 2019 Communote team. All rights reserved.