Class MappingUtils.PubServerId
java.lang.Object
com.priint.pubserver.comet.bridge.util.MappingUtils.PubServerId
- Enclosing class:
- MappingUtils
The Class PubServerId.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.Gets the entity id.Gets the group id.Gets the parent entity class.Gets the parent entity id.Gets the parent group id.Gets the parent record id.Gets the record id.voidsetEntityClass(String entityClass) Sets the entity class.voidsetEntityId(String entityId) Sets the entity id.voidsetGroupId(String groupId) Sets the group id.voidsetParentEntityClass(String parentEntityClass) Sets the parent entity class.voidsetParentEntityId(String parentEntityId) Sets the parent entity id.voidsetParentGroupId(String parentGroupId) Sets the parent group id.voidsetParentRecordId(String parentRecordId) Sets the parent record id.voidsetRecordId(String recordId) Sets the record id.
-
Constructor Details
-
PubServerId
public PubServerId()
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- the entity class
-
getEntityId
Gets the entity id.- Returns:
- the entity id
-
getGroupId
Gets the group id.- Returns:
- the group id
-
getParentEntityClass
Gets the parent entity class.- Returns:
- the parent entity class
-
getParentEntityId
Gets the parent entity id.- Returns:
- the parent entity id
-
getParentGroupId
Gets the parent group id.- Returns:
- the parent group id
-
getParentRecordId
Gets the parent record id.- Returns:
- the parent record id
-
getRecordId
Gets the record id.- Returns:
- the record id
-
setEntityClass
Sets the entity class.- Parameters:
entityClass- the new entity class
-
setEntityId
Sets the entity id.- Parameters:
entityId- the new entity id
-
setGroupId
Sets the group id.- Parameters:
groupId- the new group id
-
setParentEntityClass
Sets the parent entity class.- Parameters:
parentEntityClass- the new parent entity class
-
setParentEntityId
Sets the parent entity id.- Parameters:
parentEntityId- the new parent entity id
-
setParentGroupId
Sets the parent group id.- Parameters:
parentGroupId- the new parent group id
-
setParentRecordId
Sets the parent record id.- Parameters:
parentRecordId- the new parent record id
-
setRecordId
Sets the record id.- Parameters:
recordId- the new record id
-