getContent(), getImportance(), getLivingStoryId());
case BACKGROUND:
return new BackgroundContentItem(getId(), getTimestamp(), getContributorIds(),
getContent(), getImportance(), getLivingStoryId(), getName());
case DATA:
return new DataContentItem(getId(), getTimestamp(), getContributorIds(),
getContent(), getImportance(), getLivingStoryId());
case ASSET:
return new AssetContentItem(getId(), getTimestamp(), getContributorIds(),
getContent(), getImportance(), getLivingStoryId(),
getAssetType(), getCaption(), getPreviewUrl());