public class RawSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RAWSET_PREFIX |
| Modifier | Constructor and Description |
|---|---|
|
RawSet() |
protected |
RawSet(String id,
String creationDate,
String lastUpdate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationDate() |
String |
getId() |
String |
getLastUpdate() |
static RawSet |
newInstance() |
static RawSet |
newInstance(String id,
String creationDate,
String lastUpdate) |
void |
setCreationDate(String creationDate) |
void |
setId(String id) |
void |
setLastUpdate(String lastUpdate) |
public static final String RAWSET_PREFIX
public String getId()
public void setId(String id)
public String getCreationDate()
public void setCreationDate(String creationDate)
public String getLastUpdate()
public void setLastUpdate(String lastUpdate)
public static RawSet newInstance()
Copyright © 2018. All rights reserved.