de.nava.informa.core
Interface WithIdMIF

All Superinterfaces:
Serializable
All Known Subinterfaces:
CategoryIF, ChannelGroupIF, ChannelIF, FeedIF, ImageIF, ItemGuidIF, ItemIF, TextInputIF, UserIF
All Known Implementing Classes:
Category, Category, Channel, Channel, Channel, ChannelGroup, ChannelGroup, ChannelGroup, Feed, Image, Image, Item, Item, Item, ItemGuid, ItemGuid, TextInput, TextInput

public interface WithIdMIF
extends Serializable

Meta-, or markerinterface, specifying objects, having id.

Version:
$Id: WithIdMIF.java,v 1.3 2005/09/27 22:17:07 niko_schmuck Exp $
Author:
Alexei Matiouchkine

Method Summary
 long getId()
           
 void setId(long id)
           
 

Method Detail

getId

long getId()
Returns:
identifier of the object.

setId

void setId(long id)
Parameters:
id - the identifier of the object to be set.


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.