net.firstpartners.rp.back.struct
Class CategoryStruct
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
java.lang.String name
- Category name
location
java.lang.String location
- Category location
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
-
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.