org.directdemocracyportal.democracy.model.application
Class Application

Package class diagram package Application
java.lang.Object
  extended by org.directdemocracyportal.democracy.model.core.BaseEntity
      extended by org.directdemocracyportal.democracy.model.core.Environment
          extended by org.directdemocracyportal.democracy.model.application.Application
All Implemented Interfaces:
java.io.Serializable

@Entity
public class Application
extends Environment

The Class Application.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
Application()
           
 
Method Summary
Modifier and Type Method and Description
 java.util.Set<Event> getEvents()
          Gets the events.
 void setEvents(java.util.Set<Event> events)
          Sets the events.
 
Methods inherited from class org.directdemocracyportal.democracy.model.core.Environment
equals, getAgents, getId, getName, hashCode, setAgents, setId, setName
 
Methods inherited from class org.directdemocracyportal.democracy.model.core.BaseEntity
isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

getEvents

public java.util.Set<Event> getEvents()
Gets the events.

Returns:
the events

setEvents

public void setEvents(java.util.Set<Event> events)
Sets the events.

Parameters:
events - the new events


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