com.retek.component.item
Interface ItemAttributeScreenType

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
All Known Implementing Classes:
ItemAttributeScreenTypeImpl

public interface ItemAttributeScreenType
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String SCREEN_TYPE_NAME
           
 
Method Summary
 void addRelation(ItemAttributeScreenTypeRelation relation)
           
 Banner getBanner()
           
 java.lang.String getDescription()
           
 java.util.Set getItemAttributeScreenTypeRelations()
           
 void setBanner(Banner banner)
           
 void setDescription(java.lang.String descrption)
           
 void submit()
           
 void submit(java.util.Set relations)
           
 
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
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

SCREEN_TYPE_NAME

public static final java.lang.String SCREEN_TYPE_NAME
See Also:
Constant Field Values
Method Detail

getBanner

public Banner getBanner()
                 throws SystemException
Throws:
SystemException

setBanner

public void setBanner(Banner banner)
               throws SystemException
Throws:
SystemException

addRelation

public void addRelation(ItemAttributeScreenTypeRelation relation)
                 throws SystemException
Throws:
SystemException

getItemAttributeScreenTypeRelations

public java.util.Set getItemAttributeScreenTypeRelations()
                                                  throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String descrption)
                    throws SystemException
Throws:
SystemException

submit

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

submit

public void submit(java.util.Set relations)
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException


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