ProfileEntity_.java

package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.api.PropertyLiteral;
public class ProfileEntity_ {
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String> externalUrl = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"externalUrl",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String> externalAvatarUrl = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"externalAvatarUrl",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.exoplatform.social.core.chromattic.entity.IdentityEntity> identity = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.exoplatform.social.core.chromattic.entity.IdentityEntity>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"identity",org.exoplatform.social.core.chromattic.entity.IdentityEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.Long> createdTime = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.Long>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"createdTime",java.lang.Long.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.exoplatform.social.core.chromattic.entity.ProfileXpEntity> xps = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.exoplatform.social.core.chromattic.entity.ProfileXpEntity>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"xps",org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String> id = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"id",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.chromattic.ext.ntdef.NTFile> avatar = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.chromattic.ext.ntdef.NTFile>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"avatar",org.chromattic.ext.ntdef.NTFile.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String> parentId = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"parentId",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String> properties = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"properties",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity> activityProfile = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.ProfileEntity,org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity>(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"activityProfile",org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity.class);
}