While this is not on topic, you refer to properties and methods of a class
as its fields. Modifiers govern both the access scope and storage scope
and inheritance scope of a given field or method, for example 'public',
'private', 'protected', 'abstract', 'final', or 'static' or default,
which means package protected. Such modifiers can be combined in order to
either limit or increase the level of access, including limitation of
inheritance, to a given field.

Fields that are not methods are commonly referred to as 'properties' of a
class or instance thereof.


> Thanks guys, you have all answered my question. Being relatively new to
> programming, I discovered this issue today while seeing data being shared
> between sessions. "not something I planned".
>
> Thiago - I don't know what they're called then. My java book said they
> were
> modifiers. You build your getters and setters from their variables. What
> is
> the technical name?
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Sevice-State-Stateless-tp5716278p5716287.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


--
Carsten Klein
Mobil +491 577 666 256 5
carsten.kl...@axn-software.de

axn software UG (haftungsbeschränkt)
Wipperfürther Str. 278
51515 Kürten

Telefon +492 268 908 438 0
Telefon +492 268 908 438 2

Geschäftsführung Carsten Klein
HRB 66732
Gerichtsstand Amtsgericht Köln
Steuernummer 204/5710/1674
Umsatzsteuernr. DE 266 540 939

www.axn-software.de
i...@axn-software.de



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to