Documentation

ClientCreditSnapshotting
in package
implements JsonSerializable

Class ClientCredit

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\ClientCreditShapshottingRepository")

ORM\HasLifecycleCallbacks

()

ORM\Table

(name="government_credit_snapshotting")

Table of Contents

Interfaces

JsonSerializable

Properties

$autogenarated  : bool
$changeTime  : DateTime
$clientId  : int|null
$countryId  : int|null
$create_time  : DateTime
$credit  : string
$creditTypeId  : int|null
$id  : Uuid
$insertedById  : int|null
$yearMonth  : string

Methods

getClientId()  : int
getCountryId()  : int
getCreatetime()  : DateTime|null
getCredit()  : float
getCreditTypeId()  : int|null
getId()  : Uuid
getInsertedById()  : int|null
getYearMonth()  : string
getYearMonthWithHyphen()  : string
isAutogenarated()  : bool
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
setAutogenarated()  : void
setClientId()  : void
setCountryId()  : void
setCreateTime()  : void
setCredit()  : void
setCreditTypeId()  : void
setInsertedById()  : void
setYearMonth()  : void
updateChangeTime()  : mixed

Properties

$id

private Uuid $id
Tags
ORM\Id

()

ORM\Column

(type="uuid_binary", length=10, unique=true, name="id")

ORM\GeneratedValue

(strategy="CUSTOM")

ORM\CustomIdGenerator

(class=\Ramsey\Uuid\Doctrine\UuidGenerator::class)

Methods

setAutogenarated()

public setAutogenarated(bool $autogenarated) : void
Parameters
$autogenarated : bool

setCreateTime()

public setCreateTime(DateTime|null $create_time) : void
Parameters
$create_time : DateTime|null

setCreditTypeId()

public setCreditTypeId(int|null $creditTypeId) : void
Parameters
$creditTypeId : int|null

setInsertedById()

public setInsertedById(int|null $insertedById) : void
Parameters
$insertedById : int|null

        
On this page

Search results