Class MappingUtils.PubServerId
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.util.MappingUtils.PubServerId
-
- Enclosing class:
- MappingUtils
public static class MappingUtils.PubServerId extends java.lang.ObjectThe Class PubServerId.
-
-
Constructor Summary
Constructors Constructor Description PubServerId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntityClass()Gets the entity class.java.lang.StringgetEntityId()Gets the entity id.java.lang.StringgetGroupId()Gets the group id.java.lang.StringgetParentEntityClass()Gets the parent entity class.java.lang.StringgetParentEntityId()Gets the parent entity id.java.lang.StringgetParentGroupId()Gets the parent group id.java.lang.StringgetParentRecordId()Gets the parent record id.java.lang.StringgetRecordId()Gets the record id.voidsetEntityClass(java.lang.String entityClass)Sets the entity class.voidsetEntityId(java.lang.String entityId)Sets the entity id.voidsetGroupId(java.lang.String groupId)Sets the group id.voidsetParentEntityClass(java.lang.String parentEntityClass)Sets the parent entity class.voidsetParentEntityId(java.lang.String parentEntityId)Sets the parent entity id.voidsetParentGroupId(java.lang.String parentGroupId)Sets the parent group id.voidsetParentRecordId(java.lang.String parentRecordId)Sets the parent record id.voidsetRecordId(java.lang.String recordId)Sets the record id.
-
-
-
Method Detail
-
getEntityClass
public java.lang.String getEntityClass()
Gets the entity class.- Returns:
- the entity class
-
getEntityId
public java.lang.String getEntityId()
Gets the entity id.- Returns:
- the entity id
-
getGroupId
public java.lang.String getGroupId()
Gets the group id.- Returns:
- the group id
-
getParentEntityClass
public java.lang.String getParentEntityClass()
Gets the parent entity class.- Returns:
- the parent entity class
-
getParentEntityId
public java.lang.String getParentEntityId()
Gets the parent entity id.- Returns:
- the parent entity id
-
getParentGroupId
public java.lang.String getParentGroupId()
Gets the parent group id.- Returns:
- the parent group id
-
getParentRecordId
public java.lang.String getParentRecordId()
Gets the parent record id.- Returns:
- the parent record id
-
getRecordId
public java.lang.String getRecordId()
Gets the record id.- Returns:
- the record id
-
setEntityClass
public void setEntityClass(java.lang.String entityClass)
Sets the entity class.- Parameters:
entityClass- the new entity class
-
setEntityId
public void setEntityId(java.lang.String entityId)
Sets the entity id.- Parameters:
entityId- the new entity id
-
setGroupId
public void setGroupId(java.lang.String groupId)
Sets the group id.- Parameters:
groupId- the new group id
-
setParentEntityClass
public void setParentEntityClass(java.lang.String parentEntityClass)
Sets the parent entity class.- Parameters:
parentEntityClass- the new parent entity class
-
setParentEntityId
public void setParentEntityId(java.lang.String parentEntityId)
Sets the parent entity id.- Parameters:
parentEntityId- the new parent entity id
-
setParentGroupId
public void setParentGroupId(java.lang.String parentGroupId)
Sets the parent group id.- Parameters:
parentGroupId- the new parent group id
-
setParentRecordId
public void setParentRecordId(java.lang.String parentRecordId)
Sets the parent record id.- Parameters:
parentRecordId- the new parent record id
-
setRecordId
public void setRecordId(java.lang.String recordId)
Sets the record id.- Parameters:
recordId- the new record id
-
-