com.retek.component.item.impl
Class DepartmentImpl

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

public class DepartmentImpl
extends BusinessObjectImpl
implements Department


Field Summary
 
Fields inherited from interface com.retek.component.item.Department
DEPARTMENT_DESCRIPTION, DEPARTMENT_ID
 
Constructor Summary
DepartmentImpl(DepartmentDto dto)
           
 
Method Summary
protected  AbstractDto getDto()
           
 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.Department
getDescription
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

DepartmentImpl

public DepartmentImpl(DepartmentDto dto)
Method Detail

setDescription

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

submit

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

getDto

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


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