Uses of Class
com.hack23.cia.model.external.itsyourparliament.mepinfo.impl.MepinfoEuElement

Packages that use MepinfoEuElement
com.hack23.cia.model.external.itsyourparliament.mepinfo.impl   
com.hack23.cia.model.internal.application.data.impl   
com.hack23.cia.service.component.agent.impl.itsyourparliamenteu   
com.hack23.cia.service.external.itsyourparliament.api   
com.hack23.cia.service.external.itsyourparliament.impl   
 

Uses of MepinfoEuElement in com.hack23.cia.model.external.itsyourparliament.mepinfo.impl
 

Fields in com.hack23.cia.model.external.itsyourparliament.mepinfo.impl with type parameters of type MepinfoEuElement
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.address
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,BigInteger> MepinfoEuElement_.attendance
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,Date> MepinfoEuElement_.birth
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.birthplace
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.country
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.countryinfo
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,BigInteger> MepinfoEuElement_.europarlid
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.fullname
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.group
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,Integer> MepinfoEuElement_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,Long> MepinfoEuElement_.hjid
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.mail
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,Date> MepinfoEuElement_.membersince
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,Date> MepinfoEuElement_.membertill_0020
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,BigInteger> MepinfoEuElement_.mepid
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.mepname
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.mepprofile
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.party
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.title
           
static javax.persistence.metamodel.SingularAttribute<MepinfoEuElement,String> MepinfoEuElement_.webpage
           
 

Methods in com.hack23.cia.model.external.itsyourparliament.mepinfo.impl that return MepinfoEuElement
 MepinfoEuElement ObjectFactory.createMepinfoEuElement()
          Create an instance of MepinfoEuElement
 MepinfoEuElement MepinfoEuElement.withAddress(String value)
           
 MepinfoEuElement MepinfoEuElement.withAttendance(BigInteger value)
           
 MepinfoEuElement MepinfoEuElement.withBirth(Date value)
           
 MepinfoEuElement MepinfoEuElement.withBirthplace(String value)
           
 MepinfoEuElement MepinfoEuElement.withCountry(String value)
           
 MepinfoEuElement MepinfoEuElement.withCountryinfo(String value)
           
 MepinfoEuElement MepinfoEuElement.withEuroparlid(BigInteger value)
           
 MepinfoEuElement MepinfoEuElement.withFullname(String value)
           
 MepinfoEuElement MepinfoEuElement.withGroup(String value)
           
 MepinfoEuElement MepinfoEuElement.withMail(String value)
           
 MepinfoEuElement MepinfoEuElement.withMembersince(Date value)
           
 MepinfoEuElement MepinfoEuElement.withMembertill_0020(Date value)
           
 MepinfoEuElement MepinfoEuElement.withMepid(BigInteger value)
           
 MepinfoEuElement MepinfoEuElement.withMepname(String value)
           
 MepinfoEuElement MepinfoEuElement.withMepprofile(String value)
           
 MepinfoEuElement MepinfoEuElement.withParty(String value)
           
 MepinfoEuElement MepinfoEuElement.withTitle(String value)
           
 MepinfoEuElement MepinfoEuElement.withWebpage(String value)
           
 

Methods in com.hack23.cia.model.external.itsyourparliament.mepinfo.impl that return types with arguments of type MepinfoEuElement
 JAXBElement<MepinfoEuElement> ObjectFactory.createMepinfo(MepinfoEuElement value)
          Create an instance of JAXBElement<MepinfoEuElement>}
 

Methods in com.hack23.cia.model.external.itsyourparliament.mepinfo.impl with parameters of type MepinfoEuElement
 JAXBElement<MepinfoEuElement> ObjectFactory.createMepinfo(MepinfoEuElement value)
          Create an instance of JAXBElement<MepinfoEuElement>}
 

Uses of MepinfoEuElement in com.hack23.cia.model.internal.application.data.impl
 

Fields in com.hack23.cia.model.internal.application.data.impl declared as MepinfoEuElement
protected  MepinfoEuElement AggregatedBugData.eu
           
 

Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type MepinfoEuElement
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,MepinfoEuElement> AggregatedBugData_.eu
           
 

Methods in com.hack23.cia.model.internal.application.data.impl that return MepinfoEuElement
 MepinfoEuElement AggregatedBugData.getEu()
          Gets the value of the eu property.
 

Methods in com.hack23.cia.model.internal.application.data.impl with parameters of type MepinfoEuElement
 void AggregatedBugData.setEu(MepinfoEuElement value)
          Sets the value of the eu property.
 AggregatedBugData AggregatedBugData.withEu(MepinfoEuElement value)
           
 

Uses of MepinfoEuElement in com.hack23.cia.service.component.agent.impl.itsyourparliamenteu
 

Methods in com.hack23.cia.service.component.agent.impl.itsyourparliamenteu with parameters of type MepinfoEuElement
 void ItsyourParliamentEuImportServiceImpl.updateMepinfoEuElement(MepinfoEuElement mepInfo)
           
 void ItsyourParliamentEuImportService.updateMepinfoEuElement(MepinfoEuElement mepInfo)
          Update mepinfo eu element.
 

Uses of MepinfoEuElement in com.hack23.cia.service.external.itsyourparliament.api
 

Methods in com.hack23.cia.service.external.itsyourparliament.api that return MepinfoEuElement
 MepinfoEuElement ItsYourParliamentEuApi.getMepInfo(String mepId, String accessKey, boolean current)
          Gets the mep info.
 

Uses of MepinfoEuElement in com.hack23.cia.service.external.itsyourparliament.impl
 

Methods in com.hack23.cia.service.external.itsyourparliament.impl that return MepinfoEuElement
 MepinfoEuElement ItsYourParliamentEuApiImpl.getMepInfo(String mepId, String accessKey, boolean current)
           
 



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