com.retek.component.item
Interface Differentiator

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
DifferentiatorImpl

public interface Differentiator
extends BusinessObject


Field Summary
static java.lang.String DESCRIPTION
           
 
Method Summary
 java.lang.String getDescription()
           
 DifferentiatorType getDifferentiatorType()
           
 java.lang.String getIndustryCode()
           
 java.lang.String getIndustrySubCode()
           
 boolean isPersisted()
           
 void setDescription(java.lang.String description)
           
 void setDifferentiatorType(DifferentiatorType aDifferentiatorType)
           
 void setIndustryCode(java.lang.String anIndustryCode)
           
 void setIndustrySubCode(java.lang.String anIndustrySubCode)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Field Detail

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values
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 aDifferentiatorType)

getIndustryCode

public java.lang.String getIndustryCode()

setIndustryCode

public void setIndustryCode(java.lang.String anIndustryCode)

getIndustrySubCode

public java.lang.String getIndustrySubCode()

setIndustrySubCode

public void setIndustrySubCode(java.lang.String anIndustrySubCode)


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