Class: EntityLink
- Inherits:
-
Ekylibre::Record::Base
- Object
- ActiveRecord::Base
- Ekylibre::Record::Base
- EntityLink
- Defined in:
- app/models/entity_link.rb
Overview
Informations
License
Ekylibre - Simple agricultural ERP Copyright (C) 2008-2009 Brice Texier, Thibaud Merigon Copyright (C) 2010-2012 Brice Texier Copyright (C) 2012-2019 Brice Texier, David Joulin
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see www.gnu.org/licenses.
Table: entity_links
created_at :datetime not null
creator_id :integer
description :text
entity_id :integer not null
entity_role :string not null
id :integer not null, primary key
linked_id :integer not null
linked_role :string not null
lock_version :integer default(0), not null
main :boolean default(FALSE), not null
nature :string not null
post :string
started_at :datetime
stopped_at :datetime
updated_at :datetime not null
updater_id :integer
Method Summary
Methods inherited from Ekylibre::Record::Base
#already_updated?, #check_if_destroyable?, #check_if_updateable?, columns_definition, #customizable?, customizable?, #customized?, #destroyable?, #editable?, has_picture, #human_attribute_name, nomenclature_reflections, #old_record, #others, refers_to, #unsuppress, #updateable?