public interface BusinessObject
BusinessObject
interface (and preferably nothing else).
Don't build hierarchies among the business object interfaces.
If some interfaces have common properties they can/should extend
some common package-private (not public) interface that does not exted BusinessObject.
Modifier and Type | Interface and Description |
---|---|
static class |
BusinessObject.Logic |
Modifier and Type | Method and Description |
---|---|
String |
toDisplayString() |
String toDisplayString()