Example usage for android.content Entity subclass-usage

List of usage examples for android.content Entity subclass-usage

Introduction

In this page you can find the example usage for android.content Entity subclass-usage.

Usage

From source file de.dmxcontrol.device.EntityDevice.java

public class EntityDevice extends Entity implements Cloneable {
    public final static String defaultDeviceIcon = "device_new.png";
    public static String NetworkID = "Device";
    private int channel, channelCount, color;
    private String model, vendor, author, image;
    private boolean enabled;