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.
package com.github.TKnudsen.ComplexDataObject.data.complexDataObject;
import java.util.ArrayList;
import java.util.List;
import com.github.TKnudsen.ComplexDataObject.data.interfaces.ISelfDescription;
import com.github.TKnudsen.ComplexDataObject.data.keyValueObject.KeyValueObject;
/**
*
* Title: ComplexDataObject
*
*
*
* 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-2017
*
*
* @author Juergen Bernard
* @version 1.05
*/
public class ComplexDataObject extends KeyValueObject