org.apache.oozie.coord
Class SyncCoordDataset

java.lang.Object
  extended by org.apache.oozie.coord.SyncCoordDataset

public class SyncCoordDataset
extends Object

This class is a bean to represent a dataset.


Field Summary
protected  String doneFlag
           
protected  int frequency
           
protected  Date initInstance
           
protected  String name
           
protected  String type
           
protected  String uriTemplate
           
 
Constructor Summary
SyncCoordDataset()
           
 
Method Summary
 String getDoneFlag()
           
 TimeUnit getEndOfDuration()
           
 int getFrequency()
           
 Date getInitInstance()
           
 String getName()
           
 TimeUnit getTimeUnit()
           
 TimeZone getTimeZone()
           
 String getType()
           
 String getUriTemplate()
           
 void setDoneFlag(String doneFlag)
           
 void setEndOfDuration(TimeUnit endOfDuration)
           
 void setFrequency(int frequency)
           
 void setInitInstance(Date initInstance)
           
 void setName(String name)
           
 void setTimeUnit(TimeUnit timeUnit)
           
 void setTimeZone(TimeZone timeZone)
           
 void setType(String type)
           
 void setUriTemplate(String uriTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

type

protected String type

frequency

protected int frequency

initInstance

protected Date initInstance

uriTemplate

protected String uriTemplate

doneFlag

protected String doneFlag
Constructor Detail

SyncCoordDataset

public SyncCoordDataset()
Method Detail

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 © 2012 Apache Software Foundation. All Rights Reserved.