Getters and Setters not available

已回答

0

@Batuklambu There are no fields in your `T` class, so the Getter and Setter are not available. Try adding a field in Class T.

These `acc_no` are not fields but some local variables and there is no way to add a getter/setter for them in Java.

0

Thank You Lejia Chen got it. Its Working Fine Now.

0

请先登录再写评论。