Class: UU::ADK::App::AppEntryAttributes Deprecated

Inherits:
OS::REST::DTO show all
Defined in:
uu_adk-0.28.16/lib/uu/adk/app/app_entry_attributes.rb

Overview

App Entry Attributes DTO.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from OS::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) code

Code of the entry (artifact or shortcut). Never nil.



20
21
22
# File 'uu_adk-0.28.16/lib/uu/adk/app/app_entry_attributes.rb', line 20

def code
  @code
end

- (Object) description

Description of the entry (artifact or shortcut). Never nil.



23
24
25
# File 'uu_adk-0.28.16/lib/uu/adk/app/app_entry_attributes.rb', line 23

def description
  @description
end

- (Object) entity_type_uri

UESURI of the entity type of the artifact (see @UU::ADK::App::AppEntryAttributes.czcz.uescz.ues.platformcz.ues.platform.sysccz.ues.platform.sysc.entitytypecz.ues.platform.sysc.entitytype.UESEntityType for more info). It is the other artifact, the one different from the main entity. More precisely it is the referenced artifact in case of outgoing reference, the referencing artifact in case of incoming reference. Never nil.



28
29
30
# File 'uu_adk-0.28.16/lib/uu/adk/app/app_entry_attributes.rb', line 28

def entity_type_uri
  @entity_type_uri
end

- (Object) name

Name of the entry (artifact or shortcut). Never nil.



17
18
19
# File 'uu_adk-0.28.16/lib/uu/adk/app/app_entry_attributes.rb', line 17

def name
  @name
end

- (Object) uri

Normalized UESURI of the entry (artifact or shortcut). Never nil.



14
15
16
# File 'uu_adk-0.28.16/lib/uu/adk/app/app_entry_attributes.rb', line 14

def uri
  @uri
end