Legend of the Green Dragon

AccountsEverypage

Structure of table "accounts_everypage" in data base.

Tags
ORM\Table

(name="accounts_everypage")

ORM\Entity

(repositoryClass="Lotgd\Core\EntityRepository\AccountsEverypageRepository")

Table of Contents

$acctid  : int
$gensize  : int
$gentime  : float
$gentimecount  : int
getAcctid()  : int
Get the value of Acctid.
getGensize()  : int
Get the value of Gensize.
getGentime()  : float
Get the value of Gentime.
getGentimecount()  : int
Get the value of Gentimecount.
setAcctid()  : self
Set the value of Acctid.
setGensize()  : self
Set the value of Gensize.
setGentime()  : self
Set the value of Gentime.
setGentimecount()  : self
Set the value of Gentimecount.

Properties

$acctid

private int $acctid
Tags
ORM\Column

(name="acctid", type="integer", nullable=false, options={"unsigned": true})

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$gensize

private int $gensize = 0
Tags
ORM\Column

(name="gensize", type="integer", nullable=false, options={"unsigned": true})

$gentime

private float $gentime = 0
Tags
ORM\Column

(name="gentime", type="float", precision=10, scale=0, nullable=false, options={"unsigned": true})

$gentimecount

private int $gentimecount = 0
Tags
ORM\Column

(name="gentimecount", type="integer", nullable=false, options={"unsigned": true})

Methods

getAcctid()

Get the value of Acctid.

public getAcctid() : int
Return values
int

getGensize()

Get the value of Gensize.

public getGensize() : int
Return values
int

getGentime()

Get the value of Gentime.

public getGentime() : float
Return values
float

getGentimecount()

Get the value of Gentimecount.

public getGentimecount() : int
Return values
int

setAcctid()

Set the value of Acctid.

public setAcctid(int $acctid) : self
Parameters
$acctid : int
Return values
self

setGensize()

Set the value of Gensize.

public setGensize(int $gensize) : self
Parameters
$gensize : int
Return values
self

setGentime()

Set the value of Gentime.

public setGentime(float $gentime) : self
Parameters
$gentime : float
Return values
self

setGentimecount()

Set the value of Gentimecount.

public setGentimecount(int $gentimecount) : self
Parameters
$gentimecount : int
Return values
self

Search results