RelationshipEntity_.java

package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.api.PropertyLiteral;
public class RelationshipEntity_ {
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String> path = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"path",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.RelationshipListEntity> parent = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.RelationshipListEntity>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"parent",org.exoplatform.social.core.chromattic.entity.RelationshipListEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String> name = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"name",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.Long> createdTime = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.Long>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"createdTime",java.lang.Long.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.IdentityEntity> from = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.IdentityEntity>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"from",org.exoplatform.social.core.chromattic.entity.IdentityEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.RelationshipEntity> reciprocal = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.RelationshipEntity>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"reciprocal",org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String> id = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"id",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.IdentityEntity> to = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,org.exoplatform.social.core.chromattic.entity.IdentityEntity>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"to",org.exoplatform.social.core.chromattic.entity.IdentityEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String> status = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.RelationshipEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"status",java.lang.String.class);
}