com.retek.component.item.impl
Class ItemClassImpl

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.BusinessObjectImpl
      extended bycom.retek.component.item.impl.ItemClassImpl
All Implemented Interfaces:
BusinessObject, java.lang.Comparable, ItemClass

public class ItemClassImpl
extends BusinessObjectImpl
implements ItemClass


Field Summary
 
Fields inherited from interface com.retek.component.item.ItemClass
ITEM_CLASS_DESCRIPTION, ITEM_CLASS_ID
 
Constructor Summary
ItemClassImpl(ItemClassDto dto)
           
 
Method Summary
 java.lang.String getDepartmentId()
           
protected  AbstractDto getDto()
           
 void setDepartmentId(java.lang.String departmentId)
           
 void setDescription(java.lang.String description)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getDescription, getId, hashCode, isPersisted, isValid, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.component.item.ItemClass
getDescription
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

ItemClassImpl

public ItemClassImpl(ItemClassDto dto)
Method Detail

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface ItemClass
Overrides:
setDescription in class BusinessObjectImpl

submit

public void submit()
            throws BusinessException,
                   SystemException
Specified by:
submit in interface ItemClass
Throws:
BusinessException
SystemException

getDto

protected AbstractDto getDto()
Specified by:
getDto in class BusinessObjectImpl

getDepartmentId

public java.lang.String getDepartmentId()
Specified by:
getDepartmentId in interface ItemClass

setDepartmentId

public void setDepartmentId(java.lang.String departmentId)
Specified by:
setDepartmentId in interface ItemClass


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28