org.exoplatform.kernel.demos.mc
Class InjectedBean
java.lang.Object
org.exoplatform.kernel.demos.mc.InjectedBean
public class InjectedBean
- extends Object
A simple POJO that we use for injection.
- Author:
- Marko Strukelj
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOME_PROPERTY_VALUE
public static final String SOME_PROPERTY_VALUE
- See Also:
- Constant Field Values
InjectedBean
public InjectedBean()
getSomeString
public String getSomeString()
start
public void start()
getAnotherProperty
public String getAnotherProperty()
setAnotherProperty
public void setAnotherProperty(String anotherProperty)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.