org.apache.oozie.coord
Class SyncCoordDataset
java.lang.Object
org.apache.oozie.coord.SyncCoordDataset
public class SyncCoordDataset
- extends Object
This class is a bean to represent a dataset.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
type
protected String type
frequency
protected int frequency
initInstance
protected Date initInstance
uriTemplate
protected String uriTemplate
doneFlag
protected String doneFlag
SyncCoordDataset
public SyncCoordDataset()
getDoneFlag
public String getDoneFlag()
- Returns:
- the name
setDoneFlag
public void setDoneFlag(String doneFlag)
- Parameters:
name
- the name to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getFrequency
public int getFrequency()
- Returns:
- the frequency
setFrequency
public void setFrequency(int frequency)
- Parameters:
frequency
- the frequency to set
getUriTemplate
public String getUriTemplate()
- Returns:
- the uriTemplate
setUriTemplate
public void setUriTemplate(String uriTemplate)
- Parameters:
uriTemplate
- the uriTemplate to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
getTimeUnit
public TimeUnit getTimeUnit()
setTimeUnit
public void setTimeUnit(TimeUnit timeUnit)
getInitInstance
public Date getInitInstance()
setInitInstance
public void setInitInstance(Date initInstance)
getTimeZone
public TimeZone getTimeZone()
setTimeZone
public void setTimeZone(TimeZone timeZone)
getEndOfDuration
public TimeUnit getEndOfDuration()
setEndOfDuration
public void setEndOfDuration(TimeUnit endOfDuration)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.