voClass
) implements the Value Object pattern - that is to open it's fields using getters and setters (read-only fields are permitted). The only names permitted are those starting with "get", "is" and "set". Another requirement is that Value Objects must have a constructor that doesn't take any parameters.
@author Jevgeni Kabanov (ekabanov@webmedia.ee)
@since 1.4.1.20
|
|
|
|
|
|
|
|