Package com.flower.docs.domain.common
Class IdentifiableElement
- java.lang.Object
-
- com.flower.docs.domain.common.IdentifiableElement
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Answer,Component,ComponentClass,ComponentReference,Delegation,DocumentFile,Fact,IdentifiableString,Identity,LoginHistory,Notification,Profile,Reservation,Scope,Search,SearchResult,SecurityObject,TagCategory,TagClass,VersionSeries,VersionSeries2,Workflow
public abstract class IdentifiableElement extends java.lang.Object implements java.io.SerializableA element which is identifiable by a unique identifier {@link Id} <p>Java class for IdentifiableElement complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="IdentifiableElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://flower.com/docs/domain/common}Id"/> </sequence> </restriction> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentifiableElement()Default no-arg constructor abcIdentifiableElement(Id id)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdgetId()Gets the value of the id property.voidsetId(Id value)Sets the value of the id property.
-