com.evdb.javaapi.data
Class Category

java.lang.Object
  extended by com.evdb.javaapi.data.Category

public class Category
extends java.lang.Object

The category object

Author:
tylerv

Constructor Summary
Category()
           
 
Method Summary
 java.lang.String getId()
          Return the category ID
 java.lang.String getName()
          Get the category name
 void setId(java.lang.String id)
          Set the category ID
 void setName(java.lang.String name)
          Set the category name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

getId

public java.lang.String getId()
Return the category ID

Returns:
the id

setId

public void setId(java.lang.String id)
Set the category ID

Parameters:
id - the id to set

getName

public java.lang.String getName()
Get the category name

Returns:
the name

setName

public void setName(java.lang.String name)
Set the category name

Parameters:
name - the name to set


Copyright © 2007 Eventful Inc. All Rights Reserved.