CommercialUserConfig
Table | name="COMMERCIAL_USER_CONFIG" |
---|---|
Entity | Entity |
getContact() : \CoreContacts
\CoreContacts
getContactId() : integer
integer
getFileUploadType() : string
string
getSoldType() : string
string
$contact : \CoreContacts
ManyToOne | targetEntity="CoreContacts" |
---|---|
JoinColumns | ({ @JoinColumn(name="contact_id", referencedColumnName="id") }) |
$contactId : integer
Column | name="contact_id", type="integer" |
---|---|
Id | Id |
GeneratedValue | strategy="IDENTITY" |
$fileUploadType : string
Column | name="FILE_UPLOAD_TYPE", type="string", length=20 |
---|
$soldType : string
Column | name="SOLD_TYPE", type="string", length=20 |
---|