net.sf.javaprinciples.data.property
Interface PropertyTarget<T,U>


public interface PropertyTarget<T,U>


Method Summary
 void setProperty(T target, U value)
          Set the provided value
 

Method Detail

setProperty

void setProperty(T target,
                 U value)
Set the provided value

Parameters:
target - If null nothing is done
value - May be null.


Copyright © 2013. All Rights Reserved.