com.mizar.addressing.tiger.us
Class Aitsn
java.lang.Object
com.mizar.persistence.jpa.beans.GenericBean
com.mizar.persistence.jpa.beans.GeometryBean
com.mizar.addressing.tiger.us.Aitsn
- All Implemented Interfaces:
- JPAGeometryInterface, JPAInterface, java.io.Serializable, java.lang.Comparable
@Entity
public class Aitsn
- extends GeometryBean
- See Also:
- Serialized Form
Constructor Summary |
Aitsn()
|
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, getREAD, hashCode, isEditable, isNew, setEditable, setEntityState, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Aitsn
public Aitsn()
getPrimaryKeyValue
public java.lang.String getPrimaryKeyValue()
- Description copied from class:
GenericBean
NOTE: If an implementing bean expects to be extended
by a RowInterface
in a often-used Table, you should override this method in order to avoid
the overheads associated with the reflective code in
JPAUtils.getPrimaryKeyValue(this)
public Object getPrimaryKeyValue(){
return getProperty();
}
In the absence of an overriding method, this method provides a generic method to
get the value of the primary key.
This is especially useful for calls to em.find(object) from within abstract classes
- Overrides:
getPrimaryKeyValue
in class GenericBean
- Returns:
JPAUtils#getPrimaryKeyValue(this)
- See Also:
RowInterface.getPrimaryKeyValue()
getAiannhce
public java.lang.String getAiannhce()
setAiannhce
public void setAiannhce(java.lang.String aiannhce)
getClassfp
public java.lang.String getClassfp()
setClassfp
public void setClassfp(java.lang.String classfp)
getFuncstat
public java.lang.String getFuncstat()
setFuncstat
public void setFuncstat(java.lang.String funcstat)
getLsad
public java.lang.String getLsad()
setLsad
public void setLsad(java.lang.String lsad)
getMtfcc
public java.lang.String getMtfcc()
setMtfcc
public void setMtfcc(java.lang.String mtfcc)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getNamelsad
public java.lang.String getNamelsad()
setNamelsad
public void setNamelsad(java.lang.String namelsad)
getTrsubce
public java.lang.String getTrsubce()
setTrsubce
public void setTrsubce(java.lang.String trsubce)
getTrsubid
public java.lang.String getTrsubid()
setTrsubid
public void setTrsubid(java.lang.String trsubid)
getTrsubns
public java.lang.String getTrsubns()
setTrsubns
public void setTrsubns(java.lang.String trsubns)
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
setGeom
public void setGeom(oracle.spatial.geometry.JGeometry geom)
- Specified by:
setGeom
in class GeometryBean
setFaces
public void setFaces(java.util.List<Faces> faces)
getFaces
public java.util.List<Faces> getFaces()