@Entity public class LayerImport extends Object implements Entity, Identifiable, Serializable, Stampable
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_SHAPEFILE |
static String |
TYPE_TSV |
static String |
TYPE_WFS |
| Constructor and Description |
|---|
LayerImport() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getDescription() |
String |
getFileName() |
String |
getGeocodeSystem() |
UUID |
getId() |
Date |
getLastUpdate() |
Layer |
getLayer() |
String |
getName() |
Short |
getStatus() |
String |
getType() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setDescription(String description) |
void |
setFileName(String fileName) |
void |
setGeocodeSystem(String geocodeSystem) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setLayer(Layer layer) |
void |
setName(String name) |
void |
setStatus(Short status) |
void |
setType(String type) |
String |
toString() |
public static final String TYPE_TSV
public static final String TYPE_WFS
public static final String TYPE_SHAPEFILE
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Layer getLayer()
public void setLayer(Layer layer)
public Principal getCreator()
public void setCreator(Principal creator)
public String getGeocodeSystem()
public void setGeocodeSystem(String geocodeSystem)
public Short getStatus()
public void setStatus(Short status)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getFileName()
public void setFileName(String fileName)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface StampableCopyright © 2017. All Rights Reserved.