net.firstpartners.rp.back.struct
Class CategoryStruct

java.lang.Object
  extended by net.firstpartners.rp.back.struct.CategoryStruct

public class CategoryStruct
extends java.lang.Object


Field Summary
(package private)  java.lang.String location
          Category location
(package private)  java.lang.String name
          Category name
 
Constructor Summary
CategoryStruct(java.lang.String name, java.lang.String location)
          Create the category struct using the specified name and originalk location
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 void setLocation(java.lang.String location)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name
Category name


location

java.lang.String location
Category location

Constructor Detail

CategoryStruct

public CategoryStruct(java.lang.String name,
                      java.lang.String location)
Create the category struct using the specified name and originalk location

Parameters:
name -
location -
Method Detail

getLocation

public java.lang.String getLocation()
Returns:
Returns the location.

setLocation

public void setLocation(java.lang.String location)
Parameters:
location - The location to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.