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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintProvides 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, waitMethods inherited from interface com.codingchili.core.storage.NestedStorable
getIdMethods inherited from interface io.vertx.core.shareddata.Shareable
copyMethods 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:StorableProvides a default implementation for compareTo that uses the storables id.- Specified by:
compareToin interfaceComparable- Specified by:
compareToin interfaceStorable- Parameters:
o- the object to compare to.- Returns:
- see Comparable#compareTo(Object)
-