Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6119823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:35:51+00:00 2026-05-23T15:35:51+00:00

Say if I have a class in java and I want it to be

  • 0

Say if I have a class in java and I want it to be a javabean(those getter and setter methods)

The class that I write:

class MyClass{
    String var1;
    Integer var2;
    ........
    many other properties
    ........
}

After partial code generation based on javabean rules:(If there is some tool!)

class MyClass{
    String var1;
    Integer var2;
    ........
    many other properties
    ........

    public void setVar1(String var1){
       this.var1=var1;
    }
    public String getVar1(){
       return var1;
    }

    public void setVar2(Integer var2){
       this.var1=var1;
    }

    public Integer getVar2(){
       return var2;
    }
    ............
    Many other getter and setter method
    ............
}

It is very tedious to have to write all those getter and setter methods for all the properties in order to make MyClass a javabean.

Is there any software or IDE plugin that can help do the rest of the work as long as I just give the properties. Even though some of the assumingly-generated code is not correct, but modifying just some of the generated code is much faster and delightful than having to write those codes on my own.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:35:52+00:00Added an answer on May 23, 2026 at 3:35 pm

    Any IDE worth the name will do this for you. For example, in Eclipse it’s right-click > Source -> Getters and Setters.

    Different in other IDEs, obviously, but they do the same thing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Java, say you have a class that wraps an ArrayList (or any collection)
I want to write a java class that can be instantiated only 5 times
Let's say I have a class and I want one of its methods to
Let's say I have a regular simple Java class, such as: public class Foo
Say I have the following simple java bean: class MyBean { private Date startDate;
Here is simplified version of my requirement I have a java class say Processor
Let's say I have some Java code: public class SomeClass { static { private
So in java, say you have a non-static method 'bar()' in an class 'Foo'.
Say suppose I have the following Java code. public class Example { public static
Say I have class A with class A { final String foo() { //

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.