Class: UU::OS::MetaModel::MetaModelEntryAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::MetaModel::MetaModelEntryAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/meta_model/meta_model_entry_attributes.rb
Overview
Use AppPackage::AppPackageEntryAttributes instead.
Meta Model Entry Attributes DTO.
Instance Attribute Summary (collapse)
-
- (Object) artifact_uri
UESURI of the referenced artifact from the shortcut.
-
- (Object) code
Code of the entry.
-
- (Object) description
Description of the entry.
-
- (Object) entity_type_uri
UESURI of the entity type of the entry (see cz.ues.core.sysc.entitytype.UESCoreEntityTypes for more info).
-
- (Object) name
Name of the entry.
-
- (Object) uri
Normalized UESURI of the entry.
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.
29 30 31 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_entry_attributes.rb', line 29 def artifact_uri @artifact_uri end |
- (Object) code
Code of the entry. Never null.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_entry_attributes.rb', line 19 def code @code end |
- (Object) description
Description of the entry. Never null.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_entry_attributes.rb', line 22 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the entry (see cz.ues.core.sysc.entitytype.UESCoreEntityTypes for more info). Never null.
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_entry_attributes.rb', line 26 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the entry. Never null.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_entry_attributes.rb', line 16 def name @name end |
- (Object) uri
Normalized UESURI of the entry. Never null.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_entry_attributes.rb', line 13 def uri @uri end |