Dynamic properties
•
•   Dynamic properties are defined by methods beginning with jsGet_ or jsSet_. The method jsGet_count defines the count property.
•
•public int jsGet_count() { return count++; }