Class Student

java.lang.Object
common.helper.entity.Student
All Implemented Interfaces:
Entity

public class Student extends Object implements Entity
  • Constructor Details

    • Student

      public Student()
  • Method Details

    • getRollNo

      public Long getRollNo()
    • setRollNo

      public void setRollNo(Long rollNo)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAddress

      public Address getAddress()
    • setAddress

      public void setAddress(Address address)
    • getEntityName

      public String getEntityName()
      Specified by:
      getEntityName in interface Entity