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

com.netuitive.iris.entity.Attribute Maven / Gradle / Ivy

The newest version!
package com.netuitive.iris.entity;

import lombok.Data;

/**
 * @author John King
 */
@Data
public class Attribute {

    private String id;
    private Long dataSourceId;
    private String name;
    private String value;
    private AttributeType attributeType;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy