public class podHomeBean.DecoratedPodcastBean extends Object
| Constructor and Description |
|---|
podHomeBean.DecoratedPodcastBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getDescription() |
String |
getDisplayDate() |
String |
getDisplayDateRevise()
Returns the revised display date for this podcast
|
String |
getFileContentType() |
String |
getFilename() |
long |
getFileSize() |
String |
getFileURL()
Returns the file URL for the podcast.
|
String |
getNewWindow()
Returns a value to determine if file should be opened in same
window or a new one.
|
String |
getPostedDate() |
String |
getPostedTime() |
String |
getResourceId() |
String |
getSize()
Returns the size (as a formatted String) for this podcast's file
|
String |
getStyleClass() |
String |
getTitle() |
String |
getType()
Returns this podcast's content MIME type
|
boolean |
isHidden() |
void |
setAuthor(String author) |
void |
setDescription(String decsription) |
void |
setDisplayDate(String displayDate) |
void |
setDisplayDateRevise(String displayDateRevise) |
void |
setFileContentType(String fileContentType) |
void |
setFilename(String filename) |
void |
setFileSize(long fileSize) |
void |
setFileURL(String fileURL) |
void |
setHidden(boolean hidden) |
void |
setNewWindow(String newWindow) |
void |
setPostedDate(String postedDate) |
void |
setPostedTime(String postedTime) |
void |
setResourceId(String resourceId) |
void |
setSize(String size)
Sets the size (as a formatted String) for this podcast's file
|
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setType(String type)
Sets this podcast's content MIME type
|
public String getDescription()
public void setDescription(String decsription)
public String getDisplayDate()
public void setDisplayDateRevise(String displayDateRevise)
displayDateRevise - The displayDateRevise to set.public String getDisplayDateRevise()
public void setDisplayDate(String displayDate)
public String getFilename()
public void setFilename(String filename)
public String getSize()
public void setSize(String size)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public String getPostedTime()
public void setPostedTime(String postedTime)
public String getPostedDate()
public void setPostedDate(String postedDate)
public String getAuthor()
public void setAuthor(String author)
public String getResourceId()
public void setResourceId(String resourceId)
public long getFileSize()
public void setFileSize(long fileSize)
public String getFileURL()
public void setFileURL(String fileURL)
public String getNewWindow()
public void setNewWindow(String newWindow)
public String getFileContentType()
public void setFileContentType(String fileContentType)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isHidden()
public void setHidden(boolean hidden)
Copyright © 2003-2016 University of Michigan. All Rights Reserved.