class RecordCaption extends AbstractEntity
Methods
| __construct(EntityManager $em) | from AbstractEntity | |
| integer |
getMetaStructureId()
Get the related databox meta field id |
|
| setMetaStructureId($metaStructureId) | ||
| string |
getName()
Get the name of the caption |
|
| setName($name) | ||
| string |
getValue()
Get the value of the caption |
|
| setValue($value) |
Details
in AbstractEntity at line 21
final public
__construct(EntityManager $em)
at line 25
public integer
getMetaStructureId()
Get the related databox meta field id
at line 30
public
setMetaStructureId($metaStructureId)
at line 40
public string
getName()
Get the name of the caption
at line 45
public
setName($name)
at line 55
public string
getValue()
Get the value of the caption