com.ideo.sweetdev.data.controller.jurisdiction.bean
Class UserJurisdictionBean

java.lang.Object
  extended bycom.ideo.sweetdev.data.controller.jurisdiction.bean.UserJurisdictionBean
All Implemented Interfaces:
java.io.Serializable

public class UserJurisdictionBean
extends java.lang.Object
implements java.io.Serializable

The class UserJurisdictionBean is a bean representing a jurisdiction for the user service.

See Also:
Serialized Form
 

Constructor Summary
UserJurisdictionBean()
          The default constuctor.
 
Method Summary
 java.lang.String getName()
          Get the name of the jurisdiction.
 void setName(java.lang.String _name)
          Set the name of the jurisdiction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserJurisdictionBean

public UserJurisdictionBean()
The default constuctor.

Method Detail

getName

public java.lang.String getName()
Get the name of the jurisdiction.

Returns:
the name of the jurisdiction.

setName

public void setName(java.lang.String _name)
Set the name of the jurisdiction.

Parameters:
_name - the name of the jurisdiction.