org.nuiton.wikitty.test
Class CategoryImpl

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by org.nuiton.wikitty.test.CategoryAbstract
          extended by org.nuiton.wikitty.test.CategoryImpl
All Implemented Interfaces:
Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, Category

public class CategoryImpl
extends CategoryAbstract

Category entity implementation.

Version:
$Revision: 1402 $ Last update : $Date: 2012-02-01 07:46:48 +0100 (Wed, 01 Feb 2012) $ By : $Author: echatellier $
Author:
chatellier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuiton.wikitty.test.CategoryAbstract
extensionCategory, extensions
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface org.nuiton.wikitty.test.Category
ELEMENT_FIELD_CATEGORY_CODE, ELEMENT_FIELD_CATEGORY_NAME, EXT_CATEGORY, FIELD_CATEGORY_CODE, FIELD_CATEGORY_NAME, FQ_FIELD_CATEGORY_CODE, FQ_FIELD_CATEGORY_NAME
 
Constructor Summary
CategoryImpl()
           
CategoryImpl(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
CategoryImpl(String code, String name)
           
CategoryImpl(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 
Methods inherited from class org.nuiton.wikitty.test.CategoryAbstract
getCode, getName, getStaticExtensions, setCode, setName, toString
 
Methods inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Constructor Detail

CategoryImpl

public CategoryImpl()

CategoryImpl

public CategoryImpl(String code,
                    String name)

CategoryImpl

public CategoryImpl(org.nuiton.wikitty.entities.Wikitty wikitty)

CategoryImpl

public CategoryImpl(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.