java.lang.Object
com.codebox.bean.MultiConstructorBean
- All Implemented Interfaces:
Serializable
The Class MultiConstructorBean.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublic Constructor.MultiConstructorBean
(String newStringOne, String newStringTwo) Instantiates a new multi constructor bean. -
Method Summary
-
Constructor Details
-
MultiConstructorBean
public MultiConstructorBean()Public Constructor. -
MultiConstructorBean
Instantiates a new multi constructor bean. Causes JVM to not create a default no-arg constructor.- Parameters:
newStringOne
- the new string onenewStringTwo
- the new string two
-