Package no.unit.nva.model.contexttypes
Class GeographicalContent
- java.lang.Object
-
- no.unit.nva.model.contexttypes.GeographicalContent
-
- All Implemented Interfaces:
BasicContext,PublicationContext
public class GeographicalContent extends java.lang.Object implements BasicContext
-
-
Constructor Summary
Constructors Constructor Description GeographicalContent(PublishingHouse publisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)PublishingHousegetPublisher()inthashCode()
-
-
-
Constructor Detail
-
GeographicalContent
public GeographicalContent(PublishingHouse publisher)
-
-
Method Detail
-
getPublisher
public PublishingHouse getPublisher()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-