Description: Dynamic agent technology, complete the following functions: (1) create a Person class, Person attributes are: Strng name String name Integer age sex is sex Age String idNo ID number Boolean isMerried married Please generate the corresponding getter, setter methods, and create two constructors: Person (), Person (String idNo). (2) create a proxy class PersonProxy, all setter methods in the proxy Person class PersonProxy of the time the method is called, the method name is written to a text file, each line of the log format is: Time :2012-09-0123: 34:24 method name: setName parameters: Zhang Xiaoping
To Search:
File list (Check if you may need any files):
work2\Bootsrap.java
.....\Person.java
.....\PersonProxy.java
.....\Setter.java
.....\Write.java
work2