org.richfaces.cdk.model
Class Properties

java.lang.Object
  extended by org.richfaces.cdk.model.Properties

public class Properties
extends java.lang.Object

That class contains properties collection from standard include file.

Author:
asmirnov@exadel.com

Constructor Summary
Properties()
           
 
Method Summary
 java.util.List<? extends PropertyModel> getProperties()
          

 void setProperties(java.util.List<? extends PropertyModel> properties)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties

public Properties()
Method Detail

getProperties

public java.util.List<? extends PropertyModel> getProperties()

Returns:
the properties

setProperties

public void setProperties(java.util.List<? extends PropertyModel> properties)

Parameters:
properties - the properties to set


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.