eXo Kernel :: MC Kernel Integration :: Demo 2.4.9-GA

org.exoplatform.kernel.demos.mc
Class InjectedBean

java.lang.Object
  extended by org.exoplatform.kernel.demos.mc.InjectedBean

public class InjectedBean
extends Object

A simple POJO that we use for injection.

Author:
Marko Strukelj

Field Summary
static String SOME_PROPERTY_VALUE
           
 
Constructor Summary
InjectedBean()
           
 
Method Summary
 String getAnotherProperty()
           
 String getSomeString()
           
 void setAnotherProperty(String anotherProperty)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOME_PROPERTY_VALUE

public static final String SOME_PROPERTY_VALUE
See Also:
Constant Field Values
Constructor Detail

InjectedBean

public InjectedBean()
Method Detail

getSomeString

public String getSomeString()

start

public void start()

getAnotherProperty

public String getAnotherProperty()

setAnotherProperty

public void setAnotherProperty(String anotherProperty)

eXo Kernel :: MC Kernel Integration :: Demo 2.4.9-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.