com.retek.component.supplier
Interface PersonalizationFont

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

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


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getFontNumber()
           
 void setDescription(java.lang.String desc)
           
 void setFontNumber(java.lang.String number)
           
 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
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 
Methods inherited from interface com.retek.commons.util.type.Triggerable
getDisplayCode, getReference
 

Method Detail

getFontNumber

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

getDescription

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

submit

public void submit()
            throws SystemException
Throws:
SystemException

setFontNumber

public void setFontNumber(java.lang.String number)
                   throws SystemException
Throws:
SystemException

setDescription

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


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