public class CTrack extends SimpleCapsuleEntity
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
captureRule |
java.lang.String |
description |
id| Constructor and Description |
|---|
CTrack() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.concurrent.Future<CTracks> |
list() |
protected java.lang.String |
readContextPath() |
java.lang.String |
toString() |
delete, save, writeContextPathpublic java.lang.String description
public java.lang.String captureRule
protected java.lang.String readContextPath()
readContextPath in class SimpleCapsuleEntitypublic static java.util.concurrent.Future<CTracks> list() throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class CIdentifiable