org.directdemocracyportal.democracy.service.command
Class RegisterCommand

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

public class RegisterCommand
extends java.lang.Object

The Class RegisterCommand.


Constructor Summary
Constructor and Description
RegisterCommand()
           
 
Method Summary
Modifier and Type Method and Description
 java.lang.String getEmail()
          Gets the email.
 java.lang.String getName()
          Gets the name.
 java.lang.String getPassword()
          Gets the password.
 java.lang.Long getPortalId()
          Gets the portal id.
 java.lang.String getUsername()
          Gets the username.
 void setEmail(java.lang.String email)
          Sets the email.
 void setName(java.lang.String name)
          Sets the name.
 void setPassword(java.lang.String password)
          Sets the password.
 void setPortalId(java.lang.Long portalId)
          Sets the portal id.
 void setUsername(java.lang.String username)
          Sets the username.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterCommand

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

getUsername

public java.lang.String getUsername()
Gets the username.

Returns:
the username

setUsername

public void setUsername(java.lang.String username)
Sets the username.

Parameters:
username - the new username

getPassword

public java.lang.String getPassword()
Gets the password.

Returns:
the password

setPassword

public void setPassword(java.lang.String password)
Sets the password.

Parameters:
password - the new password

getPortalId

public java.lang.Long getPortalId()
Gets the portal id.

Returns:
the portal id

setPortalId

public void setPortalId(java.lang.Long portalId)
Sets the portal id.

Parameters:
portalId - the new portal id

getEmail

public java.lang.String getEmail()
Gets the email.

Returns:
the email

setEmail

public void setEmail(java.lang.String email)
Sets the email.

Parameters:
email - the new email


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