public class ContentFile extends BaseXmlModel
Constructor and Description |
---|
ContentFile() |
ContentFile(String name,
Collection collection,
List<String> categories) |
ContentFile(String name,
Collection collection,
String... categories) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive() |
List<String> |
getCategories() |
Collection |
getCollection() |
Integer |
getCollectionId() |
Integer |
getContentFileId() |
Date |
getCreatedDate() |
String |
getDescription() |
Date |
getModifiedDate() |
MuxKey |
getMuxKey() |
String |
getMuxKeyString() |
String |
getName() |
float |
getSortBy() |
String |
getThumbnailFilename() |
String |
getVideoFilename() |
long |
getViewCount() |
void |
setCategories(List<String> categories) |
void |
setCollection(Collection collection) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setThumbnailFilename(String thumbnailFilename) |
void |
setVideoFilename(String videoFilename) |
void |
setViewCount(long viewCount) |
getRawXml, setRawXml
public ContentFile()
public ContentFile(String name, Collection collection, List<String> categories)
public ContentFile(String name, Collection collection, String... categories)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getVideoFilename()
public void setVideoFilename(String videoFilename)
public String getThumbnailFilename()
public void setThumbnailFilename(String thumbnailFilename)
public Integer getCollectionId()
public Collection getCollection()
public void setCollection(Collection collection)
public Integer getContentFileId()
public Boolean getActive()
public String getMuxKeyString()
public MuxKey getMuxKey()
public Date getCreatedDate()
public Date getModifiedDate()
public float getSortBy()
public long getViewCount()
public void setViewCount(long viewCount)
Copyright © 2014 Equilibrium. All rights reserved.