com.retek.component.item.impl
Class ItemSubclassImpl

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

public class ItemSubclassImpl
extends BusinessObjectImpl
implements ItemSubclass


Field Summary
 
Fields inherited from interface com.retek.component.item.ItemSubclass
ITEM_SUBCLASS_DESCRIPTION, ITEM_SUBCLASS_ID
 
Constructor Summary
ItemSubclassImpl(ItemSubclassDto dto)
           
 
Method Summary
 java.lang.String getDepartmentId()
           
protected  AbstractDto getDto()
           
 java.lang.String getItemClassId()
           
 void setDepartmentId(java.lang.String departmentId)
           
 void setDescription(java.lang.String description)
           
 void setItemClassId(java.lang.String itemClassId)
           
 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.ItemSubclass
getDescription
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

ItemSubclassImpl

public ItemSubclassImpl(ItemSubclassDto dto)
Method Detail

setDescription

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

submit

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

getDto

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

getDepartmentId

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

setDepartmentId

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

getItemClassId

public java.lang.String getItemClassId()
Specified by:
getItemClassId in interface ItemSubclass

setItemClassId

public void setItemClassId(java.lang.String itemClassId)
Specified by:
setItemClassId in interface ItemSubclass


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