org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Class Identifiable

java.lang.Object
  extended by org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PageAnnotation, PageBookmark

public abstract class Identifiable
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Identifiable()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identifiable

public Identifiable()
Method Detail

getId

public String getId()

setId

public void setId(String id)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2017 Eclipse Stardust. All Rights Reserved.