Class: UU::OS::Company::CompanyEntryAttributes Deprecated

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/company/company_entry_attributes.rb

Overview

Deprecated.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO

Instance Attribute Details

- (Object) artifact_uri

UESURI of the referenced artifact from the shortcut. Null in case the entry is not of type SHORTCUT.



30
31
32
# File 'uu_os-0.29.16/lib/uu/os/company/company_entry_attributes.rb', line 30

def artifact_uri
  @artifact_uri
end

- (Object) code

Code of the company. Never null.



20
21
22
# File 'uu_os-0.29.16/lib/uu/os/company/company_entry_attributes.rb', line 20

def code
  @code
end

- (Object) description

Description of the company. Never null.



23
24
25
# File 'uu_os-0.29.16/lib/uu/os/company/company_entry_attributes.rb', line 23

def description
  @description
end

- (Object) entity_type_uri

UESURI of the entity type of the company (see cz.ues.core.sysc.entitytype.UESCoreEntityTypes for more info). Never null.



27
28
29
# File 'uu_os-0.29.16/lib/uu/os/company/company_entry_attributes.rb', line 27

def entity_type_uri
  @entity_type_uri
end

- (Object) name

Name of the company. Never null.



17
18
19
# File 'uu_os-0.29.16/lib/uu/os/company/company_entry_attributes.rb', line 17

def name
  @name
end

- (Object) uri

Normalized UESURI of the company. Never null.



14
15
16
# File 'uu_os-0.29.16/lib/uu/os/company/company_entry_attributes.rb', line 14

def uri
  @uri
end