com.anasoft.os.daofusion.test.example.enums
Class StockItemCategory

java.lang.Object
  extended by com.anasoft.os.daofusion.entity.PersistentEntity<java.lang.Long>
      extended by com.anasoft.os.daofusion.entity.PersistentEnumeration
          extended by com.anasoft.os.daofusion.test.example.enums.StockItemCategory
All Implemented Interfaces:
Persistable<java.lang.Long>, java.io.Serializable

public class StockItemCategory
extends PersistentEnumeration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.anasoft.os.daofusion.entity.PersistentEnumeration
_NAME
 
Fields inherited from class com.anasoft.os.daofusion.entity.PersistentEntity
_ID
 
Constructor Summary
StockItemCategory()
           
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class com.anasoft.os.daofusion.entity.PersistentEnumeration
equals, getName, hashCode, setName, toString
 
Methods inherited from class com.anasoft.os.daofusion.entity.PersistentEntity
clone, getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StockItemCategory

public StockItemCategory()
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)


Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.