Class MappingUtils.PubServerId

  • Enclosing class:
    MappingUtils

    public static class MappingUtils.PubServerId
    extends java.lang.Object
    The Class PubServerId.
    • Constructor Summary

      Constructors 
      Constructor Description
      PubServerId()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEntityClass()
      Gets the entity class.
      java.lang.String getEntityId()
      Gets the entity id.
      java.lang.String getGroupId()
      Gets the group id.
      java.lang.String getParentEntityClass()
      Gets the parent entity class.
      java.lang.String getParentEntityId()
      Gets the parent entity id.
      java.lang.String getParentGroupId()
      Gets the parent group id.
      java.lang.String getParentRecordId()
      Gets the parent record id.
      java.lang.String getRecordId()
      Gets the record id.
      void setEntityClass​(java.lang.String entityClass)
      Sets the entity class.
      void setEntityId​(java.lang.String entityId)
      Sets the entity id.
      void setGroupId​(java.lang.String groupId)
      Sets the group id.
      void setParentEntityClass​(java.lang.String parentEntityClass)
      Sets the parent entity class.
      void setParentEntityId​(java.lang.String parentEntityId)
      Sets the parent entity id.
      void setParentGroupId​(java.lang.String parentGroupId)
      Sets the parent group id.
      void setParentRecordId​(java.lang.String parentRecordId)
      Sets the parent record id.
      void setRecordId​(java.lang.String recordId)
      Sets the record id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PubServerId

        public PubServerId()
    • 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