Implemented correct handling of the Attribute class:
- If Attribute::get defined + existing corresponding DB column : @Property
- If Attribute::get defined + no corresponding DB column : @property-read
- If Attribute::set defined + existing corresponding DB column : @Property
- If Attribute::set defined + no corresponding DB column : @property-write
- If Attribute::get defined : @Property