com.retek.component.item
Interface UdaHeader

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
UdaHeaderImpl

public interface UdaHeader
extends BusinessObject


Method Summary
 java.lang.String getDataType()
           
 java.lang.String getDescription()
           
 java.lang.String getModule()
           
 boolean getSingleValueIndicator()
           
 boolean isPersisted()
           
 void setDataType(java.lang.String dataType)
           
 void setDescription(java.lang.String description)
           
 void setModule(java.lang.String module)
           
 void setSingleValueIndicator(boolean singleValueIndicator)
           
 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

getDataType

public java.lang.String getDataType()

getModule

public java.lang.String getModule()

getSingleValueIndicator

public boolean getSingleValueIndicator()

setDataType

public void setDataType(java.lang.String dataType)

setModule

public void setModule(java.lang.String module)

setSingleValueIndicator

public void setSingleValueIndicator(boolean singleValueIndicator)


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