com.retek.component.item.impl
Class DifferentiatorImpl

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

public class DifferentiatorImpl
extends BusinessObjectImpl
implements Differentiator


Field Summary
 
Fields inherited from interface com.retek.component.item.Differentiator
DESCRIPTION
 
Constructor Summary
DifferentiatorImpl(DifferentiatorDto aDto)
           
 
Method Summary
 DifferentiatorType getDifferentiatorType()
           
protected  AbstractDto getDto()
           
 java.lang.String getIndustryCode()
           
 java.lang.String getIndustrySubCode()
           
 void setDifferentiatorType(DifferentiatorType aType)
           
 void setIndustryCode(java.lang.String anIndustryCode)
           
 void setIndustrySubCode(java.lang.String anIndustrySubCode)
           
 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.Differentiator
getDescription, isPersisted, setDescription
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

DifferentiatorImpl

public DifferentiatorImpl(DifferentiatorDto aDto)
Method Detail

getDto

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

getDifferentiatorType

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

setDifferentiatorType

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

getIndustryCode

public java.lang.String getIndustryCode()
Specified by:
getIndustryCode in interface Differentiator

setIndustryCode

public void setIndustryCode(java.lang.String anIndustryCode)
Specified by:
setIndustryCode in interface Differentiator

getIndustrySubCode

public java.lang.String getIndustrySubCode()
Specified by:
getIndustrySubCode in interface Differentiator

setIndustrySubCode

public void setIndustrySubCode(java.lang.String anIndustrySubCode)
Specified by:
setIndustrySubCode in interface Differentiator

submit

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


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