ActivityYearEntity_.java
package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.api.PropertyLiteral;
public class ActivityYearEntity_ {
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.Integer> number = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.Integer>(org.exoplatform.social.core.chromattic.entity.ActivityYearEntity.class,"number",java.lang.Integer.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.String> path = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ActivityYearEntity.class,"path",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,org.exoplatform.social.core.chromattic.entity.ActivityMonthEntity> months = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,org.exoplatform.social.core.chromattic.entity.ActivityMonthEntity>(org.exoplatform.social.core.chromattic.entity.ActivityYearEntity.class,"months",org.exoplatform.social.core.chromattic.entity.ActivityMonthEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,org.exoplatform.social.core.chromattic.entity.ActivityMonthEntity> monthsList = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,org.exoplatform.social.core.chromattic.entity.ActivityMonthEntity>(org.exoplatform.social.core.chromattic.entity.ActivityYearEntity.class,"monthsList",org.exoplatform.social.core.chromattic.entity.ActivityMonthEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.String> name = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ActivityYearEntity.class,"name",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.String> id = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ActivityYearEntity.class,"id",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,org.exoplatform.social.core.chromattic.entity.ActivityListEntity> list = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityYearEntity,org.exoplatform.social.core.chromattic.entity.ActivityListEntity>(org.exoplatform.social.core.chromattic.entity.ActivityYearEntity.class,"list",org.exoplatform.social.core.chromattic.entity.ActivityListEntity.class);
}