com.retek.component.item
Interface UdaValue

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
UdaValueImpl

public interface UdaValue
extends BusinessObject


Method Summary
 java.lang.String getDescription()
           
 UdaHeader getUdaHeader()
           
 java.lang.String getUdaId()
           
 java.lang.String getUdaValueId()
           
 boolean isPersisted()
           
 void setDescription(java.lang.String description)
           
 void setUdaId(java.lang.String udaId)
           
 void setUdaValueId(java.lang.String udaValueId)
           
 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

getUdaId

public java.lang.String getUdaId()

setUdaId

public void setUdaId(java.lang.String udaId)

getUdaValueId

public java.lang.String getUdaValueId()

setUdaValueId

public void setUdaValueId(java.lang.String udaValueId)

getUdaHeader

public UdaHeader getUdaHeader()
                       throws SystemException
Throws:
SystemException


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