public interface Source
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<? extends Condition> |
getConditions()
Gets the conditions.
|
java.util.Date |
getEndDate()
Gets the end date.
|
File |
getFile()
Gets the file.
|
java.lang.String |
getFlashVars()
Gets the flash vars for Flash based content.
|
java.lang.String |
getId()
Gets the id.
|
int |
getInterval()
Gets the interval.
|
java.io.File |
getMediaFile() |
java.lang.String |
getName()
Gets the name.
|
java.util.Date |
getStartDate()
Gets the start date.
|
java.lang.String |
getType()
Gets the type.
|
java.lang.String |
getValue()
Gets the value.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getType()
java.lang.String getValue()
File getFile()
java.util.Date getStartDate()
java.util.Date getEndDate()
int getInterval()
java.lang.String getFlashVars()
java.util.Iterator<? extends Condition> getConditions()
java.io.File getMediaFile()