public class ContentReference extends Object
ContentReferenceHandler}| Constructor and Description |
|---|
ContentReference() |
ContentReference(String uri,
String mediaType) |
ContentReference(String uri,
String mediaType,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMediaType()
Gets the media type (mimetype) of the content reference
|
Long |
getSize()
Gets the size of the content binary if available
|
String |
getUri()
Gets the URI for the content reference
|
void |
setMediaType(String mediaType)
Sets the media type (mimetype) of the content reference
|
void |
setSize(Long size)
Sets the size of the content binary
|
void |
setUri(String uri)
Sets the URI for the content reference
|
public String getUri()
public void setUri(String uri)
uri - public String getMediaType()
public void setMediaType(String mediaType)
mediaType - public Long getSize()
public void setSize(Long size)
size - Copyright © 2015 Alfresco Software. All rights reserved.