Logidav Docs

AsirGroupAttributesMapping
in package

AsirGroupAttributesMapping

Tags
ORM\Table

(name="mz_asir_group_attributes_mapping")

ORM\Entity

(repositoryClass="AppBundle\Repository\AsirGroupAttributesMappingRepository")

Table of Contents

Properties

$asirAttributeLabel  : string
$asirAttributeOptionValue  : string
$extraInfo  : string
$id  : int
$mappingType  : string
$meduseAttributeCode  : string
$meduseAttributeOptionCode  : string

Methods

getAsirAttributeLabel()  : string
getAsirAttributeOptionValue()  : string
getExtraInfo()  : mixed
getId()  : int
getMappingType()  : string
getMeduseAttributeCode()  : mixed
getMeduseAttributeOptionCode()  : string
setAsirAttributeLabel()  : mixed
setAsirAttributeOptionValue()  : mixed
setExtraInfo()  : void
setMappingType()  : mixed
setMeduseAttributeCode()  : mixed
setMeduseAttributeOptionCode()  : mixed

Properties

$asirAttributeLabel

private string $asirAttributeLabel
Tags
ORM\Column

(name="asir_attribute_label", type="text", columnDefinition="LONGTEXT", nullable=true)

$asirAttributeOptionValue

private string $asirAttributeOptionValue
Tags
ORM\Column

(name="asir_attribute_option_value", type="text", columnDefinition="LONGTEXT", nullable=true)

$extraInfo

private string $extraInfo
Tags
ORM\Column

(name="extra_info", type="text", columnDefinition="LONGTEXT", nullable=true)

$mappingType

private string $mappingType
Tags
ORM\Column

(name="mapping_type", type="string", length=255, nullable=true)

$meduseAttributeCode

private string $meduseAttributeCode
Tags
ORM\Column

(name="meduse_attribute_code", type="text", columnDefinition="LONGTEXT", nullable=true)

$meduseAttributeOptionCode

private string $meduseAttributeOptionCode
Tags
ORM\Column

(name="meduse_attribute_option_code", type="text", columnDefinition="LONGTEXT", nullable=true)

Methods

setAsirAttributeLabel()

public setAsirAttributeLabel(string $asirAttributeLabel) : mixed
Parameters
$asirAttributeLabel : string

setAsirAttributeOptionValue()

public setAsirAttributeOptionValue(string $asirAttributeOptionValue) : mixed
Parameters
$asirAttributeOptionValue : string

setMappingType()

public setMappingType(string|null $mappingType) : mixed
Parameters
$mappingType : string|null

setMeduseAttributeCode()

public setMeduseAttributeCode(string $meduseAttributeCode) : mixed
Parameters
$meduseAttributeCode : string

setMeduseAttributeOptionCode()

public setMeduseAttributeOptionCode(string $meduseAttributeOptionCode) : mixed
Parameters
$meduseAttributeOptionCode : string

        
On this page

Search results