Class CommentTest2

java.lang.Object
CommentTest2

public class CommentTest2 extends Object
This is a document comment test;
  • 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

      public String getName()
      Gets the name.
      Returns:
      The name.
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - The name to set.