Public Member Functions

cern.laser.client.impl.data.CategoryImpl Class Reference

Inheritance diagram for cern.laser.client.impl.data.CategoryImpl:
cern.laser.client.data.Category

List of all members.

Public Member Functions

 CategoryImpl (cern.laser.business.data.Category category)
Integer getCategoryId ()
String getName ()
String getDescription ()
String getPath ()
boolean isLeaf ()
void setCategoryId (Integer newCategoryId)
void setDescription (String newDescription)
void setLeaf (boolean newLeaf)
void setName (String newName)
void setPath (String newPath)
boolean equals (Object obj)
int hashCode ()
String toString ()
Object clone () throws CloneNotSupportedException

Constructor & Destructor Documentation

cern.laser.client.impl.data.CategoryImpl.CategoryImpl ( cern.laser.business.data.Category  category  ) 

Member Function Documentation

Object cern.laser.client.impl.data.CategoryImpl.clone (  )  throws CloneNotSupportedException
boolean cern.laser.client.impl.data.CategoryImpl.equals ( Object  obj  ) 
String cern.laser.client.impl.data.CategoryImpl.getDescription (  ) 
String cern.laser.client.impl.data.CategoryImpl.getName (  ) 
String cern.laser.client.impl.data.CategoryImpl.getPath (  ) 
int cern.laser.client.impl.data.CategoryImpl.hashCode (  ) 
boolean cern.laser.client.impl.data.CategoryImpl.isLeaf (  ) 
void cern.laser.client.impl.data.CategoryImpl.setCategoryId ( Integer  newCategoryId  ) 
void cern.laser.client.impl.data.CategoryImpl.setDescription ( String  newDescription  ) 
void cern.laser.client.impl.data.CategoryImpl.setLeaf ( boolean  newLeaf  ) 
void cern.laser.client.impl.data.CategoryImpl.setName ( String  newName  ) 
void cern.laser.client.impl.data.CategoryImpl.setPath ( String  newPath  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties