|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.xml.content.CmsVfsFileValueBean
public class CmsVfsFileValueBean
A bean class containing both a path and a UUID which should be stored in an XML file value.
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 |
---|
public CmsVfsFileValueBean(String path, CmsUUID id)
path
- the pathid
- the UUIDMethod Detail |
---|
public CmsUUID getId()
public String getPath()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |