Package org.silverpeas.core.clipboard
Class SilverpeasKeyData
- java.lang.Object
-
- org.silverpeas.core.clipboard.SilverpeasKeyData
-
- All Implemented Interfaces:
Serializable
public class SilverpeasKeyData extends Object implements Serializable
Class declaration- Author:
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SilverpeasKeyData()
-------------------------------------------------------------------------- ------------------------------
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthor()
-------------------------------------------------------------------------- ------------------------------Date
getCreationDate()
-------------------------------------------------------------------------- ------------------------------String
getDesc()
-------------------------------------------------------------------------- ------------------------------String
getProperty(String key)
-------------------------------------------------------------------------- ------------------------------String
getText()
-------------------------------------------------------------------------- ------------------------------String
getTitle()
-------------------------------------------------------------------------- ------------------------------void
setAuthor(String author)
-------------------------------------------------------------------------- ------------------------------void
setCreationDate(Date date)
-------------------------------------------------------------------------- ------------------------------void
setDesc(String desc)
-------------------------------------------------------------------------- ------------------------------void
setProperty(String key, String value)
-------------------------------------------------------------------------- ------------------------------void
setText(String text)
-------------------------------------------------------------------------- ------------------------------void
setTitle(String title)
-------------------------------------------------------------------------- ------------------------------
-
-
-
Method Detail
-
setTitle
public void setTitle(String title)
-------------------------------------------------------------------------- ------------------------------
-
setAuthor
public void setAuthor(String author)
-------------------------------------------------------------------------- ------------------------------
-
setCreationDate
public void setCreationDate(Date date)
-------------------------------------------------------------------------- ------------------------------
-
setDesc
public void setDesc(String desc)
-------------------------------------------------------------------------- ------------------------------
-
setText
public void setText(String text)
-------------------------------------------------------------------------- ------------------------------
-
setProperty
public void setProperty(String key, String value) throws SKDException
-------------------------------------------------------------------------- ------------------------------- Throws:
SKDException
-
getTitle
public String getTitle()
-------------------------------------------------------------------------- ------------------------------
-
getAuthor
public String getAuthor()
-------------------------------------------------------------------------- ------------------------------
-
getCreationDate
public Date getCreationDate()
-------------------------------------------------------------------------- ------------------------------
-
getDesc
public String getDesc()
-------------------------------------------------------------------------- ------------------------------
-
getText
public String getText()
-------------------------------------------------------------------------- ------------------------------
-
-