Class MappingUtils.PubServerId

java.lang.Object
com.priint.pubserver.comet.bridge.util.MappingUtils.PubServerId
Enclosing class:
MappingUtils

public static class MappingUtils.PubServerId extends Object
The Class PubServerId.
  • Constructor Details

    • PubServerId

      public PubServerId()
  • Method Details

    • getEntityClass

      public String getEntityClass()
      Gets the entity class.
      Returns:
      the entity class
    • getEntityId

      public String getEntityId()
      Gets the entity id.
      Returns:
      the entity id
    • getGroupId

      public String getGroupId()
      Gets the group id.
      Returns:
      the group id
    • getParentEntityClass

      public String getParentEntityClass()
      Gets the parent entity class.
      Returns:
      the parent entity class
    • getParentEntityId

      public String getParentEntityId()
      Gets the parent entity id.
      Returns:
      the parent entity id
    • getParentGroupId

      public String getParentGroupId()
      Gets the parent group id.
      Returns:
      the parent group id
    • getParentRecordId

      public String getParentRecordId()
      Gets the parent record id.
      Returns:
      the parent record id
    • getRecordId

      public String getRecordId()
      Gets the record id.
      Returns:
      the record id
    • setEntityClass

      public void setEntityClass(String entityClass)
      Sets the entity class.
      Parameters:
      entityClass - the new entity class
    • setEntityId

      public void setEntityId(String entityId)
      Sets the entity id.
      Parameters:
      entityId - the new entity id
    • setGroupId

      public void setGroupId(String groupId)
      Sets the group id.
      Parameters:
      groupId - the new group id
    • setParentEntityClass

      public void setParentEntityClass(String parentEntityClass)
      Sets the parent entity class.
      Parameters:
      parentEntityClass - the new parent entity class
    • setParentEntityId

      public void setParentEntityId(String parentEntityId)
      Sets the parent entity id.
      Parameters:
      parentEntityId - the new parent entity id
    • setParentGroupId

      public void setParentGroupId(String parentGroupId)
      Sets the parent group id.
      Parameters:
      parentGroupId - the new parent group id
    • setParentRecordId

      public void setParentRecordId(String parentRecordId)
      Sets the parent record id.
      Parameters:
      parentRecordId - the new parent record id
    • setRecordId

      public void setRecordId(String recordId)
      Sets the record id.
      Parameters:
      recordId - the new record id