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
|
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.swing11.commons.type.Displayable |
toDisplayString |
FOONESS
public static final java.lang.String FOONESS
- See Also:
- Constant Field Values
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