it.eng.spagobi.mapcatalogue.metadata
Class SbiGeoMapFeaturesId

java.lang.Object
  extended by it.eng.spagobi.mapcatalogue.metadata.SbiGeoMapFeaturesId
All Implemented Interfaces:
java.io.Serializable

public class SbiGeoMapFeaturesId
extends java.lang.Object
implements java.io.Serializable

SbiGeoMapFeaturesId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiGeoMapFeaturesId()
          default constructor.
SbiGeoMapFeaturesId(int mapId, int featureId)
          full constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getFeatureId()
          Gets the feature id.
 int getMapId()
          Gets the map id.
 int hashCode()
           
 void setFeatureId(int featureId)
          Sets the feature id.
 void setMapId(int mapId)
          Sets the map id.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiGeoMapFeaturesId

public SbiGeoMapFeaturesId()
default constructor.


SbiGeoMapFeaturesId

public SbiGeoMapFeaturesId(int mapId,
                           int featureId)
full constructor.

Parameters:
mapId - the map id
featureId - the feature id
Method Detail

getMapId

public int getMapId()
Gets the map id.

Returns:
the map id

setMapId

public void setMapId(int mapId)
Sets the map id.

Parameters:
mapId - the new map id

getFeatureId

public int getFeatureId()
Gets the feature id.

Returns:
the feature id

setFeatureId

public void setFeatureId(int featureId)
Sets the feature id.

Parameters:
featureId - the new feature id

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object