de.nava.informa.core
Interface ItemEnclosureIF

All Superinterfaces:
Serializable, WithLocationMIF
All Known Implementing Classes:
ItemEnclosure, ItemEnclosure

public interface ItemEnclosureIF
extends Serializable, WithLocationMIF

This interface is implemented by objects representing an enclosure.

WithLocationMIF.getLocation() here denotes the source of the enclosure

Author:
Michael Harhen

Method Summary
 int getLength()
           
 String getType()
           
 void setLength(int length)
           
 void setType(String type)
           
 
Methods inherited from interface de.nava.informa.core.WithLocationMIF
getLocation, setLocation
 

Method Detail

getLength

int getLength()
Returns:
The length of the enclosure

setLength

void setLength(int length)

getType

String getType()
Returns:
The time was published by the original source

setType

void setType(String type)


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