Class CommentTest2
java.lang.Object
CommentTest2
This is a document comment test;
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommentTest2
public CommentTest2()
-
-
Method Details
-
getAge
public int getAge()Gets the age.- Returns:
- The age.
-
setAge
public void setAge(int age) Sets the age.- Parameters:
age
- The age to set.
-
getName
Gets the name.- Returns:
- The name.
-
setName
Sets the name.- Parameters:
name
- The name to set.
-