![JAR search and dependency download from the Maven repository](/logo.png)
com.github.TKnudsen.ComplexDataObject.data.complexDataObject.ComplexDataObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of complex-data-object Show documentation
Show all versions of complex-data-object Show documentation
A library that models real-world objects in Java, referred to as ComplexDataObjects. Other features: IO and preprocessing of ComplexDataObjects.
The newest version!
package com.github.TKnudsen.ComplexDataObject.data.complexDataObject;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.github.TKnudsen.ComplexDataObject.data.complexDataObject.events.IComplexDataObjectListener;
import com.github.TKnudsen.ComplexDataObject.data.interfaces.ISelfDescription;
import com.github.TKnudsen.ComplexDataObject.data.keyValueObject.KeyValueObject;
/**
*
* Description: ComplexDataObject is a key-value store that can be used to model
* complex real-world objects.
*
* For the use of ComplexDataObject in combination with DB solutions some
* constructors allow the definition of the ID from an external competence.
*
*
*
* Copyright: Copyright (c) 2015-2019
*
*
* @author Juergen Bernard
* @version 1.08
*/
public class ComplexDataObject extends KeyValueObject
© 2015 - 2025 Weber Informatics LLC | Privacy Policy