CommercialSoldType

Table name="COMMERCIAL_SOLD_TYPE"
Entity Entity

 Methods

Get code

getCode() : string

Returns

string

Get label

getLabel() : string

Returns

string

Set label

setLabel(string $label) : \CommercialSoldType

Parameters

$label

string

Returns

 Properties

 

$code : string
Column name="code", type="string"
Id Id
GeneratedValue strategy="IDENTITY"
 

$label : string
Column name="label", type="string", length=70