Package org.apache.unomi.api
Class MetadataItem
- java.lang.Object
-
- org.apache.unomi.api.Item
-
- org.apache.unomi.api.MetadataItem
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionType
,Campaign
,CampaignEvent
,ConditionType
,Goal
,GroovyAction
,PropertyType
,Rule
,Scope
,Scoring
,Segment
,UserList
,UserList
public abstract class MetadataItem extends Item
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataItem()
MetadataItem(Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metadata
getMetadata()
Retrieves the associated Metadata.String
getScope()
Retrieves the Item's scope.void
setMetadata(Metadata metadata)
-
Methods inherited from class org.apache.unomi.api.Item
equals, getItemId, getItemType, getItemType, getSystemMetadata, getVersion, hashCode, setItemId, setItemType, setScope, setSystemMetadata, setVersion
-
-
-
-
Field Detail
-
metadata
protected Metadata metadata
-
-
Constructor Detail
-
MetadataItem
public MetadataItem()
-
MetadataItem
public MetadataItem(Metadata metadata)
-
-