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

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

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

The class PageJurisdictionBean is a bean representing a page jurisdiction for the jurisdiction service.

See Also:
Serialized Form
 

Constructor Summary
PageJurisdictionBean()
          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

PageJurisdictionBean

public PageJurisdictionBean()
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.