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
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.