|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.directdemocracyportal.democracy.service.command.CreatePartyCommand
public class CreatePartyCommand extends java.lang.Object
The Class CreatePartyCommand.
Constructor and Description |
---|
CreatePartyCommand()
|
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 |
---|
public CreatePartyCommand()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.Long getCountryId()
public void setCountryId(java.lang.Long countryId)
countryId
- the new country id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |