org.iqual.chaplin.prop
Class PropertyImpl<T>

java.lang.Object
  extended by org.iqual.chaplin.prop.PropertyImpl<T>
All Implemented Interfaces:
Property<T>

public class PropertyImpl<T>
extends Object
implements Property<T>

Since:
Aug 7, 2009 10:01:23 PM
Author:
Zbynek Slajchrt

Constructor Summary
PropertyImpl()
           
PropertyImpl(T value)
           
 
Method Summary
 T get()
           
 void set(T val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyImpl

public PropertyImpl()

PropertyImpl

public PropertyImpl(T value)
Method Detail

get

public T get()
Specified by:
get in interface Property<T>

set

public void set(T val)
Specified by:
set in interface Property<T>


Copyright © 2009 iquality.org. All Rights Reserved.