List of usage examples for com.liferay.portal.bean BeanPropertiesImpl BeanPropertiesImpl
BeanPropertiesImpl
From source file:com.liferay.dynamic.data.mapping.internal.test.util.DDMFixture.java
License:Open Source License
protected void setUpBeanPropertiesUtil() { _beanProperties = BeanPropertiesUtil.getBeanProperties(); BeanPropertiesUtil beanPropertiesUtil = new BeanPropertiesUtil(); beanPropertiesUtil.setBeanProperties(new BeanPropertiesImpl()); }
From source file:com.liferay.dynamic.data.mapping.util.DDMFormDeepCopyTest.java
License:Open Source License
protected void setUpBeanPropertiesUtil() { BeanPropertiesUtil beanPropertiesUtil = new BeanPropertiesUtil(); beanPropertiesUtil.setBeanProperties(new BeanPropertiesImpl()); }