com.retek.component.item
Interface ItemAttributeScreenTypeRelation

All Superinterfaces:
BusinessObject, DistributedObject

public interface ItemAttributeScreenTypeRelation
extends DistributedObject


Method Summary
 ItemAttribute getItemAttribute()
           
 boolean isCustom()
           
 boolean isDynamic()
           
 void setDynamic(boolean isDynamic)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getItemAttribute

public ItemAttribute getItemAttribute()
                               throws SystemException
Throws:
SystemException

setDynamic

public void setDynamic(boolean isDynamic)
                throws SystemException
Throws:
SystemException

isDynamic

public boolean isDynamic()
                  throws SystemException
Throws:
SystemException

isCustom

public boolean isCustom()
                 throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25