Class CmsVfsFileValueBean


  • public class CmsVfsFileValueBean
    extends java.lang.Object
    A bean class containing both a path and a UUID which should be stored in an XML file value.

    Since:
    8.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsUUID getId()
      Gets the UUID of this bean.
      java.lang.String getPath()
      Gets the path of this bean.
      • Methods inherited from class java.lang.Object

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

      • CmsVfsFileValueBean

        public CmsVfsFileValueBean​(java.lang.String path,
                                   CmsUUID id)
        Constructor.

        Parameters:
        path - the path
        id - the UUID
    • Method Detail

      • getId

        public CmsUUID getId()
        Gets the UUID of this bean.

        Returns:
        a UUID
      • getPath

        public java.lang.String getPath()
        Gets the path of this bean.

        Returns:
        a path