com.retek.component.item.impl
Class DifferentiatorGroupHeaderImpl

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

public class DifferentiatorGroupHeaderImpl
extends BusinessObjectImpl
implements DifferentiatorGroupHeader


Constructor Summary
DifferentiatorGroupHeaderImpl(DifferentiatorGroupHeaderDto dto)
           
 
Method Summary
 void addDifferentiator(Differentiator differentiator, java.lang.String sequence)
           
 Differentiator getDifferentiator(java.lang.String id)
           
 java.util.Collection getDifferentiators()
           
 DifferentiatorType getDifferentiatorType()
           
protected  AbstractDto getDto()
           
 void setDifferentiatorType(DifferentiatorType aType)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getDescription, getId, hashCode, isPersisted, isValid, setDescription, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.component.item.DifferentiatorGroupHeader
getDescription, isPersisted, setDescription
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

DifferentiatorGroupHeaderImpl

public DifferentiatorGroupHeaderImpl(DifferentiatorGroupHeaderDto dto)
Method Detail

getDto

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

getDifferentiatorType

public DifferentiatorType getDifferentiatorType()
Specified by:
getDifferentiatorType in interface DifferentiatorGroupHeader

setDifferentiatorType

public void setDifferentiatorType(DifferentiatorType aType)
Specified by:
setDifferentiatorType in interface DifferentiatorGroupHeader

submit

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

getDifferentiator

public Differentiator getDifferentiator(java.lang.String id)
Specified by:
getDifferentiator in interface DifferentiatorGroupHeader

addDifferentiator

public void addDifferentiator(Differentiator differentiator,
                              java.lang.String sequence)
Specified by:
addDifferentiator in interface DifferentiatorGroupHeader

getDifferentiators

public java.util.Collection getDifferentiators()
Specified by:
getDifferentiators in interface DifferentiatorGroupHeader


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