com.retek.rmm.gui.screen.productinfo
Class ScreenTypeHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.productinfo.ScreenTypeHandler

public class ScreenTypeHandler
extends ScreenHandler


Constructor Summary
ScreenTypeHandler()
           
 
Method Summary
 java.lang.String getBanner()
           
 java.lang.String getItemAttributeDescription()
           
 java.lang.Object getScreenType()
           
 java.lang.String getScreenTypeDescription()
           
 java.util.Set getScreenTypeItemAttributeRelations()
           
 boolean hasScreenType()
           
 boolean isCustom()
           
 boolean isDynamic()
           
 boolean isStatic()
           
 void setItemAttributeRelation(java.lang.Object object)
          SCREEN TYPE RELATION METHODS
 void setScreenType(java.lang.Object object)
          SCREEN TYPE METHODS
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenTypeHandler

public ScreenTypeHandler()
Method Detail

setScreenType

public void setScreenType(java.lang.Object object)
SCREEN TYPE METHODS


hasScreenType

public boolean hasScreenType()

getScreenType

public java.lang.Object getScreenType()

getScreenTypeItemAttributeRelations

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

setItemAttributeRelation

public void setItemAttributeRelation(java.lang.Object object)
SCREEN TYPE RELATION METHODS


getItemAttributeDescription

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

getBanner

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

getScreenTypeDescription

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

isCustom

public boolean isCustom()
                 throws SystemException
Throws:
SystemException

isStatic

public boolean isStatic()
                 throws SystemException
Throws:
SystemException

isDynamic

public boolean isDynamic()
                  throws SystemException
Throws:
SystemException


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