ActivityRefMonthEntity_.java
package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.api.PropertyLiteral;
public class ActivityRefMonthEntity_ {
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefDayEntity> daysList = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefDayEntity>(org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity.class,"daysList",org.exoplatform.social.core.chromattic.entity.ActivityRefDayEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,java.lang.Integer> number = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,java.lang.Integer>(org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity.class,"number",java.lang.Integer.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,java.lang.String> path = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity.class,"path",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefYearEntity> year = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefYearEntity>(org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity.class,"year",org.exoplatform.social.core.chromattic.entity.ActivityRefYearEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,java.lang.String> name = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity.class,"name",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefDayEntity> days = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefDayEntity>(org.exoplatform.social.core.chromattic.entity.ActivityRefMonthEntity.class,"days",org.exoplatform.social.core.chromattic.entity.ActivityRefDayEntity.class);
}