public class FileIngest extends StaticEntity
| Constructor and Description |
|---|
FileIngest(Entity entity) |
FileIngest(EntityType entityType) |
FileIngest(String id,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCronExpression() |
String |
getDescription() |
String |
getFailureEmail() |
String |
getId() |
String |
getLoader() |
String |
getName() |
String |
getTargetEntityName() |
URL |
getUrl() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCronExpression(String cronExpression) |
void |
setDescription(String description) |
void |
setFailureEmail(String failureEmail) |
void |
setId(String identifier) |
void |
setLoader(String loader) |
void |
setName(String name) |
void |
setTargetEntity(EntityType entityType) |
void |
setUrl(URL url) |
get, getAttributeNames, getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInt, getLabelValue, getLong, getString, getTimestamp, getUtilDate, init, set, set, setIdValue, toStringpublic FileIngest(Entity entity)
public FileIngest(EntityType entityType)
public FileIngest(String id, EntityType entityType)
public void setId(String identifier)
public String getId()
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
public void setUrl(URL url)
public URL getUrl() throws MalformedURLException
MalformedURLExceptionpublic void setLoader(String loader)
public String getLoader()
public void setTargetEntity(EntityType entityType)
public String getTargetEntityName()
public void setCronExpression(String cronExpression)
public String getCronExpression()
public void setActive(boolean active)
public boolean isActive()
public void setFailureEmail(String failureEmail)
public String getFailureEmail()
Copyright © 2016. All Rights Reserved.