Skip to content

How can I declare derived/calculated fields - ones which only have getters and not setters ? #48

@GoogleCodeExporter

Description

@GoogleCodeExporter
I have some pojos which set/get 4 datetime fields - and we also have related 
fields *and* getters (not setters) which covert those date times into local 
time zone date times. Can this be supported ?

e.g.

private Date startSate; // with getter and setter - setter also coverts and 
sets startLocalDate
private LocalDateTime startLocalDate; // with just setter

Original issue reported on code.google.com by stum...@gmail.com on 7 Oct 2014 at 4:18

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions