ActivityRefYearEntity_.java

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