public class ShowcaseContentDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected URL |
blobUrl |
protected boolean |
enabled |
protected String |
filename |
protected String |
name |
Constructor and Description |
---|
ShowcaseContentDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
computeBlobUrl(ComponentInstance component) |
URL |
getBlobUrl() |
String |
getFilename() |
String |
getName() |
void |
setBlobUrl(URL blobUrl) |
void |
setFilename(String filename) |
void |
setName(String name) |
protected boolean enabled
public ShowcaseContentDescriptor()
public String getFilename()
public void setFilename(String filename)
public URL getBlobUrl()
public void setBlobUrl(URL blobUrl)
public void computeBlobUrl(ComponentInstance component)
Copyright © 2018 Nuxeo. All rights reserved.