org.springframework.osgi.compendium
Class OneSetter

java.lang.Object
  extended by org.springframework.osgi.compendium.OneSetter
Direct Known Subclasses:
MultipleSetters

public class OneSetter
extends Object

Author:
Costin Leau

Constructor Summary
OneSetter()
           
 
Method Summary
 Class<?> getClz()
          Returns the clz.
 Long getProp()
           
 void setClz(Class<?> clz)
           
 void setProp(Long prop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneSetter

public OneSetter()
Method Detail

getProp

public Long getProp()

setProp

public void setProp(Long prop)

getClz

public Class<?> getClz()
Returns the clz.

Returns:
Returns the clz

setClz

public void setClz(Class<?> clz)
Parameters:
clz - The clz to set.


Copyright © 2006-2011 Spring Framework. All Rights Reserved.