com.retek.component.item.impl
Class UdaHeaderImpl

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

public class UdaHeaderImpl
extends BusinessObjectImpl
implements UdaHeader


Constructor Summary
UdaHeaderImpl(UdaHeaderDto udaHeaderDto)
           
 
Method Summary
 java.lang.String getDataType()
           
protected  AbstractDto getDto()
           
 java.lang.String getModule()
           
 boolean getSingleValueIndicator()
           
 boolean isFreeForm()
           
 void setDataType(java.lang.String dataType)
           
 void setModule(java.lang.String module)
           
 void setSingleValueIndicator(boolean singleValueIndicator)
           
 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.UdaHeader
getDescription, isPersisted, setDescription
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

UdaHeaderImpl

public UdaHeaderImpl(UdaHeaderDto udaHeaderDto)
Method Detail

getDto

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

getDataType

public java.lang.String getDataType()
Specified by:
getDataType in interface UdaHeader

getModule

public java.lang.String getModule()
Specified by:
getModule in interface UdaHeader

getSingleValueIndicator

public boolean getSingleValueIndicator()
Specified by:
getSingleValueIndicator in interface UdaHeader

setDataType

public void setDataType(java.lang.String dataType)
Specified by:
setDataType in interface UdaHeader

setModule

public void setModule(java.lang.String module)
Specified by:
setModule in interface UdaHeader

setSingleValueIndicator

public void setSingleValueIndicator(boolean singleValueIndicator)
Specified by:
setSingleValueIndicator in interface UdaHeader

submit

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

isFreeForm

public boolean isFreeForm()
                   throws SystemException
Throws:
SystemException


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