|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.directdemocracyportal.democracy.model.core.BaseEntity org.directdemocracyportal.democracy.model.core.Resource org.directdemocracyportal.democracy.model.world.Document org.directdemocracyportal.democracy.model.world.Issue
@Entity public class Issue extends Document
The Class Issue.
Constructor and Description |
---|
Issue()
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHref()
Gets the href. |
Resolution |
getResolution()
Gets the resolution. |
VoteResult |
getVoteResult()
Gets the vote result. |
void |
setHref(java.lang.String href)
Sets the href. |
void |
setResolution(Resolution resolution)
Sets the resolution. |
void |
setVoteResult(VoteResult voteResult)
Sets the vote result. |
Methods inherited from class org.directdemocracyportal.democracy.model.core.Resource |
---|
getId, getName, getOwner, setId, setName, setOwner |
Methods inherited from class org.directdemocracyportal.democracy.model.core.BaseEntity |
---|
isNew |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Issue()
Method Detail |
---|
public java.lang.String getHref()
public void setHref(java.lang.String href)
href
- the new hrefpublic Resolution getResolution()
public void setResolution(Resolution resolution)
resolution
- the new resolutionpublic VoteResult getVoteResult()
public void setVoteResult(VoteResult voteResult)
voteResult
- the new vote result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |