org.directdemocracyportal.democracy.model.application
Class OnlinePoliticalParty

Package class diagram package OnlinePoliticalParty
java.lang.Object
  extended by org.directdemocracyportal.democracy.model.core.BaseEntity
      extended by org.directdemocracyportal.democracy.model.core.Agent
          extended by org.directdemocracyportal.democracy.model.core.GroupAgent
              extended by org.directdemocracyportal.democracy.model.world.Organisation
                  extended by org.directdemocracyportal.democracy.model.world.PoliticalParty
                      extended by org.directdemocracyportal.democracy.model.application.OnlinePoliticalParty
All Implemented Interfaces:
java.io.Serializable

@Entity
public class OnlinePoliticalParty
extends PoliticalParty

The Class OnlinePoliticalParty.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
 
Nested classes/interfaces inherited from class org.directdemocracyportal.democracy.model.world.Organisation
Organisation.OrganisationRoles
 
Constructor Summary
Constructor and Description
OnlinePoliticalParty()
          Instantiates a new online political party.
 
Method Summary
Modifier and Type Method and Description
 boolean isOffline()
          Checks if is offline.
 
Methods inherited from class org.directdemocracyportal.democracy.model.world.PoliticalParty
getShortCode, setShortCode
 
Methods inherited from class org.directdemocracyportal.democracy.model.world.Organisation
addMember, findMemberByFullNameAndParty, findMemberByName, findOrgByAbbr, findResourceByName, getAbbreviation, getActivePoliticalParties, getCountry, getNumberOfMembers, getOrganisationType, getRegion, personsActive, playsRoleInOrganisation, removeMember, setAbbreviation, setCountry, setNumberOfMembers, setOrganisationType, setRegion
 
Methods inherited from class org.directdemocracyportal.democracy.model.core.GroupAgent
findDefinedRoleByName, findOrgByName, getChildren, getDefinedRoles, getParent, setChildren, setDefinedRoles, setParent
 
Methods inherited from class org.directdemocracyportal.democracy.model.core.Agent
equals, getId, getName, getResources, getRoles, hashCode, setId, setName, setResources, setRoles
 
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

OnlinePoliticalParty

public OnlinePoliticalParty()
Instantiates a new online political party.

Method Detail

isOffline

public boolean isOffline()
Description copied from class: PoliticalParty
Checks if is offline.

Overrides:
isOffline in class PoliticalParty
Returns:
true, if is offline


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