|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.mapcatalogue.bo.GeoFeature
public class GeoFeature
Defines a value constraint object.
Constructor Summary | |
---|---|
GeoFeature()
|
Method Summary | |
---|---|
java.lang.String |
getDescr()
Gets the descr. |
int |
getFeatureId()
Gets the feature id. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getType()
Gets the type. |
void |
setDescr(java.lang.String descr)
Sets the descr. |
void |
setFeatureId(int featureId)
Sets the feature id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setType(java.lang.String type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoFeature()
Method Detail |
---|
public java.lang.String getDescr()
public void setDescr(java.lang.String descr)
descr
- the new descrpublic int getFeatureId()
public void setFeatureId(int featureId)
featureId
- the new feature idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the new type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |