Uses of Class
com.hack23.cia.model.external.worldbank.topic.impl.TopicsElement

Packages that use TopicsElement
com.hack23.cia.model.external.worldbank.topic.impl   
 

Uses of TopicsElement in com.hack23.cia.model.external.worldbank.topic.impl
 

Fields in com.hack23.cia.model.external.worldbank.topic.impl with type parameters of type TopicsElement
static javax.persistence.metamodel.SingularAttribute<TopicsElement,Integer> TopicsElement_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<TopicsElement,Long> TopicsElement_.hjid
           
static javax.persistence.metamodel.SingularAttribute<TopicsElement,BigInteger> TopicsElement_.page
           
static javax.persistence.metamodel.SingularAttribute<TopicsElement,BigInteger> TopicsElement_.pages
           
static javax.persistence.metamodel.SingularAttribute<TopicsElement,BigInteger> TopicsElement_.perPage
           
static javax.persistence.metamodel.ListAttribute<TopicsElement,TopicElement> TopicsElement_.topic
           
static javax.persistence.metamodel.SingularAttribute<TopicsElement,BigInteger> TopicsElement_.total
           
 

Methods in com.hack23.cia.model.external.worldbank.topic.impl that return TopicsElement
 TopicsElement ObjectFactory.createTopicsElement()
          Create an instance of TopicsElement
 TopicsElement TopicsElement.withPage(BigInteger value)
           
 TopicsElement TopicsElement.withPages(BigInteger value)
           
 TopicsElement TopicsElement.withPerPage(BigInteger value)
           
 TopicsElement TopicsElement.withTopic(Collection<TopicElement> values)
           
 TopicsElement TopicsElement.withTopic(List<TopicElement> topic)
           
 TopicsElement TopicsElement.withTopic(TopicElement... values)
           
 TopicsElement TopicsElement.withTotal(BigInteger value)
           
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.