Class XMLFileData
java.lang.Object
org.alfresco.utility.data.provider.XMLCollection
org.alfresco.utility.data.provider.XMLFileData
- All Implemented Interfaces:
XMLDataItem
- Author:
- Paul Brodner
-
Field Summary
Fields inherited from class org.alfresco.utility.data.provider.XMLCollection
entireStructure -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()protected List<XMLDataItem>getModel()getName()getTags()booleanvoidsetAspects(List<XMLAspectData> aspects) voidsetComments(List<XMLCommentData> comments) voidsetContent(String content) voidsetCreatedBy(String createdBy) voidsetCustomModel(XMLCustomModel customModel) voidvoidvoidsetTags(List<XMLTagData> tags) toString()Methods inherited from class org.alfresco.utility.data.provider.XMLCollection
bulkAddToCollection, getEntireStructure, getParent, setParent
-
Constructor Details
-
XMLFileData
public XMLFileData()
-
-
Method Details
-
getName
-
setName
-
getCreatedBy
-
setCreatedBy
-
getContent
-
setContent
-
getModel
- Specified by:
getModelin interfaceXMLDataItem
-
getComments
-
setComments
-
getCustomModel
-
setCustomModel
-
isCustomModel
public boolean isCustomModel() -
getTags
-
setTags
-
getId
- Specified by:
getIdin interfaceXMLDataItem
-
setId
-
getImbricatedData
- Specified by:
getImbricatedDatain classXMLCollection
-
toString
-
getAspects
-
setAspects
-