org.xwiki.properties
Interface RawProperties


public interface RawProperties

A bean can implement this interface to be provided with remaining values as custom properties.

Since:
2.0M2
Version:
$Id$

Method Summary
 void set(String propertyName, Object value)
          Set a custom property to the bean.
 

Method Detail

set

void set(String propertyName,
         Object value)
Set a custom property to the bean.

This method need to be named that way or any other way that don't match property getter/setter naming. We could used PropertyHidden but it's better to avoid it if possible.

Parameters:
propertyName - the name of the custom property
value - the value of the property


Copyright © 2004-2012 XWiki. All Rights Reserved.