Package com.codingchili.core.testing
Class NestedObject
java.lang.Object
com.codingchili.core.testing.NestedObject
- All Implemented Interfaces:
NestedStorable
,Storable
,io.vertx.core.shareddata.Shareable
,Serializable
,Cloneable
,Comparable
Object used for testing, nested within StorageObject.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Provides a default implementation for compareTo that uses the storables id.getName()
setNumbers(List<Integer> numbers)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.codingchili.core.storage.NestedStorable
getId
Methods inherited from interface io.vertx.core.shareddata.Shareable
copy
Methods inherited from interface com.codingchili.core.storage.Storable
compareToAttribute
-
Constructor Details
-
NestedObject
public NestedObject() -
NestedObject
-
-
Method Details
-
getName
-
setName
-
getNumbers
-
setNumbers
-
compareTo
Description copied from interface:Storable
Provides a default implementation for compareTo that uses the storables id.- Specified by:
compareTo
in interfaceComparable
- Specified by:
compareTo
in interfaceStorable
- Parameters:
o
- the object to compare to.- Returns:
- see Comparable#compareTo(Object)
-