public class BaselinedDocumentBinaryResourceCollection extends Object implements Serializable
Constructor and Description |
---|
BaselinedDocumentBinaryResourceCollection() |
BaselinedDocumentBinaryResourceCollection(String rootFolderName) |
Modifier and Type | Method and Description |
---|---|
Set<BinaryResource> |
getAttachedFiles() |
String |
getRootFolderName() |
boolean |
hasNoFiles() |
void |
setAttachedFiles(Set<BinaryResource> attachedFiles) |
void |
setRootFolderName(String rootFolderName) |
public BaselinedDocumentBinaryResourceCollection()
public BaselinedDocumentBinaryResourceCollection(String rootFolderName)
public String getRootFolderName()
public void setRootFolderName(String rootFolderName)
public Set<BinaryResource> getAttachedFiles()
public void setAttachedFiles(Set<BinaryResource> attachedFiles)
public boolean hasNoFiles()
Copyright © 2017 DocDoku. All rights reserved.