public class AttachmentSource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The id.
|
protected String |
rootLabel
The root label.
|
protected String |
rootPath
The root path.
|
protected String |
title
The title.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentSource(String id,
String title)
Instantiates a new attachment source.
|
protected |
AttachmentSource(String id,
String title,
String rootPath,
String rootLabel)
Instantiates a new attachment source.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getRootLabel()
Gets the root label.
|
String |
getRootPath()
Gets the root path.
|
String |
getTitle()
Gets the title.
|
protected final String id
protected final String title
protected final String rootPath
protected final String rootLabel
protected AttachmentSource(String id, String title, String rootPath, String rootLabel)
id - the idtitle - the titlerootPath - the root pathrootLabel - the root labelpublic String getId()
public String getTitle()
public String getRootPath()
public String getRootLabel()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.