Class BeanWithoutNoArgPublicConstructor

java.lang.Object
org.csveed.test.model.BeanWithoutNoArgPublicConstructor

public class BeanWithoutNoArgPublicConstructor extends Object
The Class BeanWithoutNoArgPublicConstructor.
  • Constructor Details

    • BeanWithoutNoArgPublicConstructor

      public BeanWithoutNoArgPublicConstructor(String name)
      Instantiates a new bean without no arg public constructor.
      Parameters:
      name - the name
  • Method Details

    • getName

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

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name