org.directdemocracyportal.democracy.model.world
Class Resolution

Package class diagram package Resolution
java.lang.Object
  extended by org.directdemocracyportal.democracy.model.core.BaseEntity
      extended by org.directdemocracyportal.democracy.model.core.Resource
          extended by org.directdemocracyportal.democracy.model.world.Document
              extended by org.directdemocracyportal.democracy.model.world.Resolution
All Implemented Interfaces:
java.io.Serializable

@Entity
public class Resolution
extends Document

The Class Resolution.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
static class Resolution.ResolutionState
          The Enum ResolutionState.
 
Constructor Summary
Constructor and Description
Resolution()
           
 
Method Summary
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

Resolution

public Resolution()
Method Detail

getHref

public java.lang.String getHref()
Gets the href.

Returns:
the href

setHref

public void setHref(java.lang.String href)
Sets the href.

Parameters:
href - the new href

getResolutionState

public Resolution.ResolutionState getResolutionState()
Gets the resolution state.

Returns:
the resolution state

setResolutionState

public void setResolutionState(Resolution.ResolutionState resolutionState)
Sets the resolution state.

Parameters:
resolutionState - the new resolution state

getDecidedDate

public java.util.Date getDecidedDate()
Gets the decided date.

Returns:
the decided date

setDecidedDate

public void setDecidedDate(java.util.Date decidedDate)
Sets the decided date.

Parameters:
decidedDate - the new decided date

getIssues

public java.util.List<Issue> getIssues()
Gets the issues.

Returns:
the issues

setIssues

public void setIssues(java.util.List<Issue> issues)
Sets the issues.

Parameters:
issues - the new issues

containsIssue

public boolean containsIssue(java.lang.String name)
Contains issue.

Parameters:
name - the name
Returns:
true, if successful


Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.