public class AssetLibrary extends Object
Constructor and Description |
---|
AssetLibrary() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the configured description.
|
String |
getDocType()
Returns the document type.
|
String |
getPath()
Returns the path.
|
String |
getTitle()
Returns the configured title.
|
void |
setDescription(String description) |
void |
setDocType(String docType) |
void |
setPath(String path) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getPath()
public void setPath(String path)
public String getDocType()
public void setDocType(String docType)
Copyright © 2015 Nuxeo SA. All rights reserved.