AggregatedFeed_.java :  » Game » kaddath » fr » kaddath » apps » fluxx » domain » metamodel » Android Open Source

Android Open Source » Game » kaddath 
kaddath » fr » kaddath » apps » fluxx » domain » metamodel » AggregatedFeed_.java
package fr.kaddath.apps.fluxx.domain.metamodel;

import fr.kaddath.apps.fluxx.domain.AggregatedFeed;
import fr.kaddath.apps.fluxx.domain.Feed;
import fr.kaddath.apps.fluxx.domain.Fluxxer;
import java.util.Date;
import javax.persistence.metamodel.SetAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;

@StaticMetamodel(AggregatedFeed.class)
public class AggregatedFeed_ {

    public static volatile SingularAttribute<AggregatedFeed, String> id;
    public static volatile SingularAttribute<AggregatedFeed, String> name;
    public static volatile SingularAttribute<AggregatedFeed, String> aggregatedFeedId;
    public static volatile SingularAttribute<AggregatedFeed, Integer> numLastDay;
    public static volatile SetAttribute<AggregatedFeed, Feed> feeds;
    public static volatile SingularAttribute<AggregatedFeed, Date> referentDay;
    public static volatile SingularAttribute<AggregatedFeed, Fluxxer> fluxxer;

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.