com.silverpeas.util.clipboard
Class SilverpeasKeyData

java.lang.Object
  extended by com.silverpeas.util.clipboard.SilverpeasKeyData
All Implemented Interfaces:
Serializable

public class SilverpeasKeyData
extends Object
implements Serializable

Class declaration

Author:
See Also:
Serialized Form

Constructor Summary
SilverpeasKeyData()
          -------------------------------------------------------------------------- ------------------------------
 
Method Summary
 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)
          -------------------------------------------------------------------------- ------------------------------
 void toDOM()
          -------------------------------------------------------------------------- ------------------------------
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilverpeasKeyData

public SilverpeasKeyData()
-------------------------------------------------------------------------- ------------------------------

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()
-------------------------------------------------------------------------- ------------------------------


getProperty

public String getProperty(String key)
-------------------------------------------------------------------------- ------------------------------


toDOM

public void toDOM()
-------------------------------------------------------------------------- ------------------------------



Copyright © 2016 Silverpeas. All Rights Reserved.