All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.factoryEditing.StoredDataMetadata.js Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
//generated code don't edit manually
export class StoredDataMetadata {
    mapFromJson(json) {
        this.creationTime = json.creationTime;
        this.id = json.id;
        this.user = json.user;
        this.comment = json.comment;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy