Interface SequencedObject
-
public interface SequencedObject
In order to mark a domain object as being a Sequenced Object it must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Setting>
getSettings()
-
-
-
Method Detail
-
getSettings
java.util.List<Setting> getSettings()
-
-