Uses of Class
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.AgainstProposalData

Packages that use AgainstProposalData
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl   
 

Uses of AgainstProposalData in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl
 

Fields in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl with type parameters of type AgainstProposalData
static javax.persistence.metamodel.ListAttribute<AgainstProposalContainer,AgainstProposalData> AgainstProposalContainer_.againstProposalList
           
protected  List<AgainstProposalData> AgainstProposalContainer.againstProposalList
           
static javax.persistence.metamodel.SingularAttribute<AgainstProposalData,Integer> AgainstProposalData_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<AgainstProposalData,String> AgainstProposalData_.header
           
static javax.persistence.metamodel.SingularAttribute<AgainstProposalData,Long> AgainstProposalData_.hjid
           
static javax.persistence.metamodel.SingularAttribute<AgainstProposalData,BigInteger> AgainstProposalData_.number
           
static javax.persistence.metamodel.SingularAttribute<AgainstProposalData,String> AgainstProposalData_.parties
           
static javax.persistence.metamodel.SingularAttribute<AgainstProposalData,BigInteger> AgainstProposalData_.proposalIssueNumber
           
static javax.persistence.metamodel.SingularAttribute<AgainstProposalData,String> AgainstProposalData_.type
           
 

Methods in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl that return AgainstProposalData
 AgainstProposalData ObjectFactory.createAgainstProposalData()
          Create an instance of AgainstProposalData
 AgainstProposalData AgainstProposalData.withHeader(String value)
           
 AgainstProposalData AgainstProposalData.withNumber(BigInteger value)
           
 AgainstProposalData AgainstProposalData.withParties(String value)
           
 AgainstProposalData AgainstProposalData.withProposalIssueNumber(BigInteger value)
           
 AgainstProposalData AgainstProposalData.withType(String value)
           
 

Methods in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl that return types with arguments of type AgainstProposalData
 List<AgainstProposalData> AgainstProposalContainer.getAgainstProposalList()
          Gets the value of the againstProposalList property.
 

Methods in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl with parameters of type AgainstProposalData
 AgainstProposalContainer AgainstProposalContainer.withAgainstProposalList(AgainstProposalData... values)
           
 

Method parameters in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl with type arguments of type AgainstProposalData
 void AgainstProposalContainer.setAgainstProposalList(List<AgainstProposalData> againstProposalList)
           
 AgainstProposalContainer AgainstProposalContainer.withAgainstProposalList(Collection<AgainstProposalData> values)
           
 AgainstProposalContainer AgainstProposalContainer.withAgainstProposalList(List<AgainstProposalData> againstProposalList)
           
 



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