public class RelatedContentRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected boolean |
contentAvailable |
protected Date |
created |
protected LightUserRepresentation |
createdBy |
protected Long |
id |
protected boolean |
link |
protected String |
linkUrl |
protected String |
mimeType |
protected String |
name |
String |
previewStatus |
protected String |
simpleType |
protected String |
source |
protected String |
sourceId |
String |
thumbnailStatus |
Constructor and Description |
---|
RelatedContentRepresentation() |
RelatedContentRepresentation(RelatedContent content,
SimpleContentTypeMapper mapper) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated() |
LightUserRepresentation |
getCreatedBy() |
Long |
getId() |
String |
getLinkUrl() |
String |
getMimeType() |
String |
getName() |
String |
getPreviewStatus() |
String |
getSimpleType() |
String |
getSource() |
String |
getSourceId() |
String |
getThumbnailStatus() |
boolean |
isContentAvailable() |
boolean |
isLink() |
void |
setContentAvailable(boolean contentAvailable) |
void |
setCreated(Date created) |
void |
setCreatedBy(LightUserRepresentation createdBy) |
void |
setId(Long id) |
void |
setLink(boolean link) |
void |
setLinkUrl(String linkUrl) |
void |
setMimeType(String mimeType) |
void |
setName(String name) |
void |
setPreviewStatus(String previewStatus) |
void |
setSimpleType(String simpleType) |
void |
setSource(String source) |
void |
setSourceId(String sourceId) |
void |
setThumbnailStatus(String thumbnailStatus) |
protected Long id
protected String name
protected Date created
protected LightUserRepresentation createdBy
protected boolean contentAvailable
protected boolean link
protected String source
protected String sourceId
protected String mimeType
protected String simpleType
protected String linkUrl
public String previewStatus
public String thumbnailStatus
public RelatedContentRepresentation()
public RelatedContentRepresentation(RelatedContent content, SimpleContentTypeMapper mapper)
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Date getCreated()
public void setCreated(Date created)
public LightUserRepresentation getCreatedBy()
public void setCreatedBy(LightUserRepresentation createdBy)
public boolean isContentAvailable()
public void setContentAvailable(boolean contentAvailable)
public String getSource()
public void setSource(String source)
public String getSourceId()
public void setSourceId(String sourceId)
public String getMimeType()
public void setMimeType(String mimeType)
public String getSimpleType()
public void setSimpleType(String simpleType)
public void setLink(boolean link)
public boolean isLink()
public String getLinkUrl()
public void setLinkUrl(String linkUrl)
public String getThumbnailStatus()
public void setThumbnailStatus(String thumbnailStatus)
public String getPreviewStatus()
public void setPreviewStatus(String previewStatus)
Copyright © 2014–2015 Alfresco. All rights reserved.