Class SampleBean

java.lang.Object
com.codebox.bean.SampleBean
Direct Known Subclasses:
SampleExtensionBean

public class SampleBean extends Object
Instantiates a new sample bean.
  • Constructor Details

    • SampleBean

      public SampleBean(String newString)
      Instantiates a new sample bean. Causes JVM to not create a default no-arg constructor.
      Parameters:
      newString - the new string
  • Method Details

    • clear

      public void clear()
      Clear.
    • isBooleanWrapperIsSetter

      public Boolean isBooleanWrapperIsSetter()
      Checks if is boolean wrapper is setter.
      Returns:
      the boolean
    • init

      @PostConstruct public void init()
      Sample post construct.