class Story extends AbstractEntity
Methods
| __construct(EntityManager $em) | from AbstractEntity | |
| integer |
getStoryId()
Get the record id |
|
| setStoryId($storyId) | ||
| integer |
getDataboxId()
Get the databox id |
|
| setDataboxId($databoxId) | ||
| getThumbnail() | ||
| setThumbnail(Subdef $thumbnail) | ||
| DateTime |
getUpdatedOn()
Last updated date |
|
| setUpdatedOn(DateTime $updatedOn) | ||
| DateTime |
getCreatedOn()
Creation date |
|
| setCreatedOn(DateTime $createdOn) | ||
| integer |
getCollectionId()
Get the record collection id |
|
| setCollectionId($collectionId) | ||
| string |
getUuid()
Get the record UUID |
|
| setUuid($uuid) | ||
| getRecords() | ||
| setRecords(ArrayCollection $records) | ||
| getMetadatas() | ||
| setMetadatas(ArrayCollection $metadatas) | ||
| getSubdefs($name = null) |
Details
in AbstractEntity at line 21
final public
__construct(EntityManager $em)
at line 33
public integer
getStoryId()
Get the record id
at line 38
public
setStoryId($storyId)
at line 48
public integer
getDataboxId()
Get the databox id
at line 53
public
setDataboxId($databoxId)
at line 58
public
getThumbnail()
at line 63
public
setThumbnail(Subdef $thumbnail)
at line 73
public DateTime
getUpdatedOn()
Last updated date
at line 78
public
setUpdatedOn(DateTime $updatedOn)
at line 88
public DateTime
getCreatedOn()
Creation date
at line 93
public
setCreatedOn(DateTime $createdOn)
at line 103
public integer
getCollectionId()
Get the record collection id
at line 108
public
setCollectionId($collectionId)
at line 118
public string
getUuid()
Get the record UUID