com.silverpeas.notification
Class MyResource
java.lang.Object
com.silverpeas.notification.MyResource
- All Implemented Interfaces:
- Serializable
public class MyResource
- extends Object
- implements Serializable
It defines a resource in Silverpeas from which notifications can be triggered.
It is dedicated to test the serialization of POJO through the notification API.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyResource
public MyResource(String name)
getCreationDate
public Date getCreationDate()
setCreationDate
public void setCreationDate(Date creationDate)
getId
public String getId()
setId
public void setId(String id)
getLastModificationDate
public Date getLastModificationDate()
setLastModificationDate
public void setLastModificationDate(Date lastModificationDate)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2016 Silverpeas. All Rights Reserved.