org.directdemocracyportal.democracy.service.command
Class CreatePartyCommand

Package class diagram package CreatePartyCommand
java.lang.Object
  extended by org.directdemocracyportal.democracy.service.command.CreatePartyCommand

public class CreatePartyCommand
extends java.lang.Object

The Class CreatePartyCommand.


Constructor Summary
Constructor and Description
CreatePartyCommand()
           
 
Method Summary
Modifier and Type Method and Description
 java.lang.Long getCountryId()
          Gets the country id.
 java.lang.String getName()
          Gets the name.
 void setCountryId(java.lang.Long countryId)
          Sets the country id.
 void setName(java.lang.String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePartyCommand

public CreatePartyCommand()
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getCountryId

public java.lang.Long getCountryId()
Gets the country id.

Returns:
the country id

setCountryId

public void setCountryId(java.lang.Long countryId)
Sets the country id.

Parameters:
countryId - the new country id


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