public class Status extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DONE |
static String |
ENCRYPTED |
static String |
INCOMING |
static String |
SENT |
static String |
SIGNED |
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getName() |
void |
setId(long id) |
void |
setName(String name) |
void |
Status() |
public static final String INCOMING
public static final String SIGNED
public static final String ENCRYPTED
public static final String SENT
public static final String DONE
Copyright 2008 EGIZ. All Rights Reserved.