Class CmsUrlNameMappingEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsUrlNameMappingEntry​(java.lang.String name, CmsUUID structureId, int state, long dateChanged, java.lang.String locale)
      Creates a new URL name mapping entry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getDateChanged()
      Returns the date at which the mapping was last changed as a long.
      java.lang.String getLocale()
      Returns the locale of the mapping entry.
      java.lang.String getName()
      Returns the name to which the mapping belongs.
      int getState()
      Returns the state of the mapping entry.
      CmsUUID getStructureId()
      Returns the structure id which is mapped to the name.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • CmsUrlNameMappingEntry

        public CmsUrlNameMappingEntry​(java.lang.String name,
                                      CmsUUID structureId,
                                      int state,
                                      long dateChanged,
                                      java.lang.String locale)
        Creates a new URL name mapping entry.

        Parameters:
        name - the URL name
        structureId - the id to which the name is mapped
        state - the state of the entry
        dateChanged - the date of the entry's last change
        locale - the locale of the mapping
    • Method Detail

      • getDateChanged

        public long getDateChanged()
        Returns the date at which the mapping was last changed as a long.

        Returns:
        the date at which the mapping was last changed
      • getLocale

        public java.lang.String getLocale()
        Returns the locale of the mapping entry.

        Returns:
        the locale of the mapping entry
      • getName

        public java.lang.String getName()
        Returns the name to which the mapping belongs.

        Returns:
        the name to which the mapping belongs
      • getState

        public int getState()
        Returns the state of the mapping entry.

        Returns:
        the state of the mapping entry
      • getStructureId

        public CmsUUID getStructureId()
        Returns the structure id which is mapped to the name.

        Returns:
        the structure id which is mapped to the name
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()