Properties may have getter and/or setter methods
Proprty getters/setters are MuranoPL methods that are invoked on attempt to get/set property value. This is required when you need to have some property access logic that is more advanced than just return/set backing field. Generally getSomething/
Property getters/setters solve this problem by attaching those functions directly to properties.
Both getter and setter are optional. Some property types (usages) cannot have getter or setter or both. For example properties with Usage=In cannot have setters.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Stan Lagun
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for future
- Implementation:
- Unknown
- Milestone target:
- next
- Started by
- Completed by