com.mizar.addressing.tiger.state
Class Concity
java.lang.Object
com.mizar.persistence.jpa.beans.GenericBean
com.mizar.persistence.jpa.beans.GeometryBean
com.mizar.addressing.tiger.state.Concity
- All Implemented Interfaces:
- JPAGeometryInterface, JPAInterface, java.io.Serializable, java.lang.Comparable
@Entity
public class Concity
- extends GeometryBean
- See Also:
- Serialized Form
Methods inherited from class com.mizar.persistence.jpa.beans.GeometryBean |
getArea, getBasicGeometryType, getGeomDimensions, getGeomNumPoints, getGeomType, getGType, getHeight, getLength, getRange, getSearchTolerance, getSrid, getSridPrecision, getWidth, getWktLocation, getWktMBR, getWktShape, isGeometryExtant, setArea, setSearchTolerance, setSridPrecision, setWktLocation, setWktShape |
Methods inherited from class com.mizar.persistence.jpa.beans.GenericBean |
compareTo, equals, getDELETE, getEDIT, getEntityState, getEntityStateLabel, getLogger, getNEW, getPrimaryKeyValue, getREAD, hashCode, isEditable, isNew, setEditable, setEntityState, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Concity
public Concity()
setCctyidfp
public void setCctyidfp(java.lang.String cctyidfp)
getCctyidfp
public java.lang.String getCctyidfp()
setState
public void setState(State state)
getState
public State getState()
setConctyfp
public void setConctyfp(java.lang.String conctyfp)
getConctyfp
public java.lang.String getConctyfp()
setConctyns
public void setConctyns(java.lang.String conctyns)
getConctyns
public java.lang.String getConctyns()
setClassfp
public void setClassfp(java.lang.String classfp)
getClassfp
public java.lang.String getClassfp()
setUr
public void setUr(java.lang.String ur)
getUr
public java.lang.String getUr()
setFuncstat
public void setFuncstat(java.lang.String funcstat)
getFuncstat
public java.lang.String getFuncstat()
setLsad
public void setLsad(java.lang.String lsad)
getLsad
public java.lang.String getLsad()
setMtfcc
public void setMtfcc(Mtfcc mtfcc)
getMtfcc
public Mtfcc getMtfcc()
setNamelsad
public void setNamelsad(java.lang.String namelsad)
getNamelsad
public java.lang.String getNamelsad()
setGeom
public void setGeom(oracle.spatial.geometry.JGeometry geom)
- Specified by:
setGeom
in class GeometryBean
getGeom
public oracle.spatial.geometry.JGeometry getGeom()
- Description copied from class:
GeometryBean
- Entity classes implementing
GeometryBean
should have at least
one SDO_GEOMETRY column in their associated table.
It is entirely possible for an Entity to support more than one SDO_GEOMETRY column
but one must be designated and the default or nominal object and a getter method
called getGeom()
must be mapped to it.
- Specified by:
getGeom
in class GeometryBean
- Returns:
- the principal SDO_GEOMETRY column
setFaces
public void setFaces(java.util.List<Faces> faces)
getFaces
public java.util.List<Faces> getFaces()