| Myco documentation | view source | Contained in the Myco distribution. |
Myco::Entity::SampleEntity - a Myco entity class.
-- thingies that do such and such
$obj = Myco::Entity::SampleEntity->new;
# accessor usage
$obj->set_fooattrib("hello");
$value = $obj->get_fooattrib;
This class, along with Myco::Entity::SampleEntityBase and Myco::Entity::SampleEntityAddress, provide the basis for all tests provided with the core myco system.
Copyright (c) 2006 the myco project. All rights reserved. This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Myco::Entity::SampleEntity::Test (Myco::Entity::SampleEntity::Test), Myco::Entity, Myco (Myco), Tangram, Class::Tangram, myco-mkentity (mkentity)
| Myco documentation | view source | Contained in the Myco distribution. |