|
||||||||||
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.Resolution
@Entity public class Resolution extends Document
The Class Resolution.
Modifier and Type | Class and Description |
---|---|
static class |
Resolution.ResolutionState
The Enum ResolutionState. |
Constructor and Description |
---|
Resolution()
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsIssue(java.lang.String name)
Contains issue. |
java.util.Date |
getDecidedDate()
Gets the decided date. |
java.lang.String |
getHref()
Gets the href. |
java.util.List<Issue> |
getIssues()
Gets the issues. |
Resolution.ResolutionState |
getResolutionState()
Gets the resolution state. |
void |
setDecidedDate(java.util.Date decidedDate)
Sets the decided date. |
void |
setHref(java.lang.String href)
Sets the href. |
void |
setIssues(java.util.List<Issue> issues)
Sets the issues. |
void |
setResolutionState(Resolution.ResolutionState resolutionState)
Sets the resolution state. |
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 Resolution()
Method Detail |
---|
public java.lang.String getHref()
public void setHref(java.lang.String href)
href
- the new hrefpublic Resolution.ResolutionState getResolutionState()
public void setResolutionState(Resolution.ResolutionState resolutionState)
resolutionState
- the new resolution statepublic java.util.Date getDecidedDate()
public void setDecidedDate(java.util.Date decidedDate)
decidedDate
- the new decided datepublic java.util.List<Issue> getIssues()
public void setIssues(java.util.List<Issue> issues)
issues
- the new issuespublic boolean containsIssue(java.lang.String name)
name
- the name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |