Package org.opencms.xml.content
Class CmsVfsFileValueBean
java.lang.Object
org.opencms.xml.content.CmsVfsFileValueBean
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
-
Method Summary
-
Constructor Details
-
CmsVfsFileValueBean
Constructor.- Parameters:
path
- the pathid
- the UUID
-
-
Method Details
-
getId
Gets the UUID of this bean.- Returns:
- a UUID
-
getPath
Gets the path of this bean.- Returns:
- a path
-