StreamsEntity_.java
package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.api.PropertyLiteral;
public class StreamsEntity_ {
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity> owner = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity>(org.exoplatform.social.core.chromattic.entity.StreamsEntity.class,"owner",org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity> all = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity>(org.exoplatform.social.core.chromattic.entity.StreamsEntity.class,"all",org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,java.lang.String> path = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.StreamsEntity.class,"path",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity> mySpaces = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity>(org.exoplatform.social.core.chromattic.entity.StreamsEntity.class,"mySpaces",org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,java.lang.String> name = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,java.lang.String>(org.exoplatform.social.core.chromattic.entity.StreamsEntity.class,"name",java.lang.String.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity> connections = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity>(org.exoplatform.social.core.chromattic.entity.StreamsEntity.class,"connections",org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity.class);
public static final PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity> space = new PropertyLiteral<org.exoplatform.social.core.chromattic.entity.StreamsEntity,org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity>(org.exoplatform.social.core.chromattic.entity.StreamsEntity.class,"space",org.exoplatform.social.core.chromattic.entity.ActivityRefListEntity.class);
}