org.silverpeas.attachment.notification
Class AttachmentRef

java.lang.Object
  extended by org.silverpeas.attachment.notification.AttachmentRef
All Implemented Interfaces:
Serializable

public class AttachmentRef
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AttachmentRef(SimpleDocument document)
           
 
Method Summary
 String getForeignId()
           
 String getId()
           
 String getInstanceId()
           
 String getName()
           
 long getOldSilverpeasId()
           
 boolean isVersioned()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentRef

public AttachmentRef(SimpleDocument document)
Method Detail

getId

public String getId()

getInstanceId

public String getInstanceId()

getForeignId

public String getForeignId()

getOldSilverpeasId

public long getOldSilverpeasId()

getName

public String getName()

isVersioned

public boolean isVersioned()


Copyright © 2016 Silverpeas. All Rights Reserved.