org.directdemocracyportal.democracy.model.world
Class Issue

Package class diagram package Issue
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.Issue
All Implemented Interfaces:
java.io.Serializable

@Entity
public class Issue
extends Document

The Class Issue.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
Issue()
           
 
Method Summary
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

Issue

public Issue()
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

getResolution

public Resolution getResolution()
Gets the resolution.

Returns:
the resolution

setResolution

public void setResolution(Resolution resolution)
Sets the resolution.

Parameters:
resolution - the new resolution

getVoteResult

public VoteResult getVoteResult()
Gets the vote result.

Returns:
the vote result

setVoteResult

public void setVoteResult(VoteResult voteResult)
Sets the vote result.

Parameters:
voteResult - the new vote result


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