class LicenseGroup extends Item @single: () -> 'LicenseGroup' @plural: () -> 'LicenseGroups' defaults: { id: 11 } initialize: () -> confirm("Welcome to Panel") @test: () -> confirm( @single()) confirm( @plural() ) confirm( @class_name() ) confirm( @element_name() ) confirm( @table_name() ) test: () -> @Panel = Panel