org.opencms.xml.content
Class CmsVfsFileValueBean

java.lang.Object
  extended by org.opencms.xml.content.CmsVfsFileValueBean

public class CmsVfsFileValueBean
extends Object

A bean class containing both a path and a UUID which should be stored in an XML file value.

Since:
8.0.0

Constructor Summary
CmsVfsFileValueBean(String path, CmsUUID id)
          Constructor.
 
Method Summary
 CmsUUID getId()
          Gets the UUID of this bean.
 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(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 String getPath()
Gets the path of this bean.

Returns:
a path