Can any one Solve this Probelm? Having some problems Thanks

1) Create a class with three or more private instance variables. Please create a class for something other than dates.

(2) Create in this class set (mutator) methods for each instance variable that perform checks for valid input.

(3) Create in this class get (accessor) methods for each instance variable.

(4) Create 3 or more constructors...