|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vote | |
---|---|
com.hack23.cia.model.external.itsyourparliament.voteinfo.impl |
Uses of Vote in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl |
---|
Fields in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl with type parameters of type Vote | |
---|---|
static javax.persistence.metamodel.SingularAttribute<Vote,Integer> |
Vote_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<Vote,Long> |
Vote_.hjid
|
static javax.persistence.metamodel.SingularAttribute<Vote,BigInteger> |
Vote_.mepid
|
static javax.persistence.metamodel.SingularAttribute<Vote,String> |
Vote_.mepinfo
|
static javax.persistence.metamodel.SingularAttribute<Vote,VoteDecision> |
Vote_.mepvote
|
static javax.persistence.metamodel.ListAttribute<Votes,Vote> |
Votes_.vote
|
protected List<Vote> |
Votes.vote
|
Methods in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl that return Vote | |
---|---|
Vote |
ObjectFactory.createVote()
Create an instance of Vote |
Vote |
Vote.withMepid(BigInteger value)
|
Vote |
Vote.withMepinfo(String value)
|
Vote |
Vote.withMepvote(VoteDecision value)
|
Methods in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl that return types with arguments of type Vote | |
---|---|
List<Vote> |
Votes.getVote()
Gets the value of the vote property. |
Methods in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl with parameters of type Vote | |
---|---|
Votes |
Votes.withVote(Vote... values)
|
Method parameters in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl with type arguments of type Vote | |
---|---|
void |
Votes.setVote(List<Vote> vote)
|
Votes |
Votes.withVote(Collection<Vote> values)
|
Votes |
Votes.withVote(List<Vote> vote)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |