|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.gallery.model.PhotoDetail
Photo
must be used instead.
It became a wrapper of Photo class.
@Deprecated public class PhotoDetail
Constructor Summary | |
---|---|
PhotoDetail()
Deprecated. |
|
PhotoDetail(Photo photo)
Deprecated. |
|
PhotoDetail(String title,
String description,
Date creationDate,
Date updateDate,
String vueDate,
String author,
boolean download,
boolean albumLabel)
Deprecated. |
|
PhotoDetail(String title,
String description,
Date creationDate,
Date updateDate,
String vueDate,
String author,
boolean download,
boolean albumLabel,
Date beginDate,
Date endDate,
String keyWord,
Date beginDownloadDate,
Date endDownloadDate)
Deprecated. |
Method Summary | |
---|---|
void |
addMetaData(MetaData data)
Deprecated. |
boolean |
equals(Object o)
Deprecated. |
String |
getAuthor()
Deprecated. |
Date |
getBeginDate()
Deprecated. |
Date |
getBeginDownloadDate()
Deprecated. |
String |
getContributionType()
Deprecated. |
Date |
getCreationDate()
Deprecated. |
String |
getCreatorId()
Deprecated. |
String |
getCreatorName()
Deprecated. |
String |
getDate()
Deprecated. |
String |
getDescription()
Deprecated. |
String |
getDescription(String language)
Deprecated. |
Date |
getEndDate()
Deprecated. |
Date |
getEndDownloadDate()
Deprecated. |
String |
getIconUrl()
Deprecated. |
String |
getId()
Deprecated. |
MediaMimeType |
getImageMimeType()
Deprecated. |
String |
getImageName()
Deprecated. |
long |
getImageSize()
Deprecated. |
String |
getInstanceId()
Deprecated. |
String |
getKeyWord()
Deprecated. |
Iterator<String> |
getLanguages()
Deprecated. |
MediaPK |
getMediaPK()
Deprecated. |
MetaData |
getMetaData(String property)
Deprecated. |
Collection<String> |
getMetaDataProperties()
Deprecated. |
String |
getName()
Deprecated. |
String |
getName(String language)
Deprecated. |
String |
getPermalink()
Deprecated. |
Photo |
getPhoto()
Deprecated. Gets the wrapped photo object. |
static String |
getResourceType()
Deprecated. The type of this resource |
String |
getSilverCreationDate()
Deprecated. |
String |
getSilverObjectId()
Deprecated. |
int |
getSizeH()
Deprecated. |
int |
getSizeL()
Deprecated. |
String |
getStatus()
Deprecated. |
String |
getThumbnailUrl(String formatPrefix)
Deprecated. |
String |
getTitle()
Deprecated. |
Date |
getUpdateDate()
Deprecated. |
String |
getUpdateId()
Deprecated. |
String |
getUpdateName()
Deprecated. |
String |
getURL()
Deprecated. |
String |
getVueDate()
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
isAlbumLabel()
Deprecated. |
boolean |
isDownload()
Deprecated. |
boolean |
isDownloadable()
Deprecated. |
boolean |
isPreviewable()
Deprecated. |
boolean |
isVisible(Date today)
Deprecated. |
void |
setAlbumLabel(boolean albumLabel)
Deprecated. |
void |
setAuthor(String author)
Deprecated. |
void |
setBeginDate(Date beginDate)
Deprecated. |
void |
setBeginDownloadDate(Date beginDownloadDate)
Deprecated. |
void |
setCreationDate(Date creationDate)
Deprecated. |
void |
setCreatorId(String creatorId)
Deprecated. |
void |
setDescription(String description)
Deprecated. |
void |
setDownload(boolean download)
Deprecated. |
void |
setEndDate(Date endDate)
Deprecated. |
void |
setEndDownloadDate(Date endDownloadDate)
Deprecated. |
void |
setIconUrl(String iconUrl)
Deprecated. |
void |
setImageMimeType(MediaMimeType mediaMimeType)
Deprecated. |
void |
setImageName(String imageName)
Deprecated. |
void |
setImageSize(long imageSize)
Deprecated. |
void |
setKeyWord(String keyWord)
Deprecated. |
void |
setMediaPK(MediaPK mediaPK)
Deprecated. |
void |
setSilverObjectId(int silverObjectId)
Deprecated. |
void |
setSilverObjectId(String silverObjectId)
Deprecated. |
void |
setSizeH(int sizeH)
Deprecated. |
void |
setSizeL(int sizeL)
Deprecated. |
void |
setStatus(String status)
Deprecated. |
void |
setTitle(String title)
Deprecated. |
void |
setUpdateDate(Date updateDate)
Deprecated. |
void |
setUpdateId(String updateId)
Deprecated. |
void |
setVueDate(String vueDate)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PhotoDetail()
public PhotoDetail(Photo photo)
public PhotoDetail(String title, String description, Date creationDate, Date updateDate, String vueDate, String author, boolean download, boolean albumLabel)
public PhotoDetail(String title, String description, Date creationDate, Date updateDate, String vueDate, String author, boolean download, boolean albumLabel, Date beginDate, Date endDate, String keyWord, Date beginDownloadDate, Date endDownloadDate)
Method Detail |
---|
public Photo getPhoto()
public String getKeyWord()
public void setKeyWord(String keyWord)
public void setSilverObjectId(String silverObjectId)
public void setSilverObjectId(int silverObjectId)
public String getSilverObjectId()
public void setIconUrl(String iconUrl)
public String getIconUrl()
getIconUrl
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public Date getBeginDate()
public void setBeginDate(Date beginDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getAuthor()
public void setAuthor(String author)
public String getCreatorId()
getCreatorId
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public void setCreatorId(String creatorId)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
public String getVueDate()
public void setVueDate(String vueDate)
public String getDescription()
getDescription
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public void setDescription(String description)
public String getInstanceId()
getInstanceId
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public String getStatus()
public void setStatus(String status)
public int getSizeH()
public void setSizeH(int sizeH)
public int getSizeL()
public void setSizeL(int sizeL)
public boolean isDownload()
public boolean isDownloadable()
public void setDownload(boolean download)
public String getTitle()
public void setTitle(String title)
public boolean isAlbumLabel()
public void setAlbumLabel(boolean albumLabel)
public MediaMimeType getImageMimeType()
public void setImageMimeType(MediaMimeType mediaMimeType)
public String getImageName()
public void setImageName(String imageName)
public long getImageSize()
public void setImageSize(long imageSize)
public MediaPK getMediaPK()
public void setMediaPK(MediaPK mediaPK)
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getCreatorName()
public String getUpdateId()
public void setUpdateId(String updateId)
public String getUpdateName()
public String getName()
getName
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public String getURL()
getURL
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public String getId()
getId
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public String getDate()
getDate
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public String getSilverCreationDate()
getSilverCreationDate
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public String getPermalink()
public void addMetaData(MetaData data)
public MetaData getMetaData(String property)
public Collection<String> getMetaDataProperties()
public Date getBeginDownloadDate()
public void setBeginDownloadDate(Date beginDownloadDate)
public Date getEndDownloadDate()
public void setEndDownloadDate(Date endDownloadDate)
public String getDescription(String language)
getDescription
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public String getName(String language)
getName
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public Iterator<String> getLanguages()
getLanguages
in interface com.stratelia.silverpeas.contentManager.SilverContentInterface
public boolean isVisible(Date today)
public String getContributionType()
public static String getResourceType()
public boolean isPreviewable()
public String getThumbnailUrl(String formatPrefix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |