\AppBundle\Api\DTOElementDTO

Database of elements - weights included

Summary

Methods
Properties
Constants
getId()
setId()
getName()
setName()
getWeight()
setWeight()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$id
$name
$weight
N/A

Properties

$id

$id : integer

Type

integer — The id (auto-increment)

$name

$name : string

Type

string — Water, carbone, for example

$weight

$weight : float

Type

float — The weight of the nucleotid

Methods

getId()

getId() : integer

Returns

integer

setId()

setId(integer  $id) 

Parameters

integer $id

getName()

getName() : string

Returns

string

setName()

setName(string  $name) 

Parameters

string $name

getWeight()

getWeight() : float

Returns

float

setWeight()

setWeight(float  $weight) 

Parameters

float $weight