com.retek.component.item
Interface DifferentiatorGroupHeader

All Superinterfaces:
BusinessObject

public interface DifferentiatorGroupHeader
extends BusinessObject


Method Summary
 void addDifferentiator(Differentiator differentiator, java.lang.String sequence)
           
 java.lang.String getDescription()
           
 Differentiator getDifferentiator(java.lang.String sequence)
           
 java.util.Collection getDifferentiators()
           
 DifferentiatorType getDifferentiatorType()
           
 boolean isPersisted()
           
 void setDescription(java.lang.String description)
           
 void setDifferentiatorType(DifferentiatorType aType)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Method Detail

isPersisted

public boolean isPersisted()

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

getDifferentiatorType

public DifferentiatorType getDifferentiatorType()

setDifferentiatorType

public void setDifferentiatorType(DifferentiatorType aType)

getDifferentiator

public Differentiator getDifferentiator(java.lang.String sequence)

getDifferentiators

public java.util.Collection getDifferentiators()

addDifferentiator

public void addDifferentiator(Differentiator differentiator,
                              java.lang.String sequence)


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25