com.retek.commons.component.test
Interface Foo

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

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


Field Summary
static java.lang.String FOONESS
           
 
Method Summary
 void addBarToList(Bar bar)
           
 void addBarToSet(Bar bar)
           
 void delete()
           
 java.util.List getBarsFromList()
           
 java.util.Set getBarsFromSet()
           
 java.lang.String getDescription()
           
 java.lang.String getFooness()
           
 void removeAllBarsFromList()
           
 void removeAllBarsFromSet()
           
 void removeBarFromList(Bar bar)
           
 void removeBarFromSet(Bar bar)
           
 void setFooness(java.lang.String fooness)
           
 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
 

Field Detail

FOONESS

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

getFooness

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

setFooness

public void setFooness(java.lang.String fooness)
                throws SystemException
Throws:
SystemException

addBarToSet

public void addBarToSet(Bar bar)
                 throws SystemException
Throws:
SystemException

addBarToList

public void addBarToList(Bar bar)
                  throws SystemException
Throws:
SystemException

removeBarFromSet

public void removeBarFromSet(Bar bar)
                      throws SystemException
Throws:
SystemException

removeBarFromList

public void removeBarFromList(Bar bar)
                       throws SystemException
Throws:
SystemException

removeAllBarsFromSet

public void removeAllBarsFromSet()
                          throws SystemException
Throws:
SystemException

removeAllBarsFromList

public void removeAllBarsFromList()
                           throws SystemException
Throws:
SystemException

delete

public void delete()
            throws SystemException
Throws:
SystemException

getBarsFromSet

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

getBarsFromList

public java.util.List getBarsFromList()
                               throws SystemException
Throws:
SystemException

getDescription

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

submit

public void submit()
            throws SystemException
Throws:
SystemException


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