getContent(), getImportance(), livingStoryId,
(PlayerContentItem) new ContentRpcImpl().getContentItem(
getParentPlayerContentEntityId(), false));
}
case QUOTE:
return new QuoteContentItem(getId(), getTimestamp(), getContributorIds(),
getContent(), getImportance(), getLivingStoryId());
case BACKGROUND:
return new BackgroundContentItem(getId(), getTimestamp(), getContributorIds(),
getContent(), getImportance(), getLivingStoryId(), getName());
case DATA: