public class NewDocumentType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
label
The label.
|
protected String |
mimeType
The mime type.
|
protected String |
path
The path.
|
| Constructor and Description |
|---|
NewDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the label.
|
String |
getMimeType()
Gets the mime type.
|
String |
getPath()
Gets the path.
|
void |
setLabel(String label)
Sets the label.
|
void |
setMimeType(String mimeType)
Sets the mime type.
|
void |
setPath(String path)
Sets the path.
|
protected String path
protected String label
protected String mimeType
public String getPath()
public void setPath(String path)
path - the new pathpublic String getLabel()
public void setLabel(String label)
label - the new labelpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType - the new mime typeCopyright © 2003–2019 eXo Platform SAS. All rights reserved.