com.mizar.addressing.tiger.state
Class Cousub00
java.lang.Object
com.mizar.persistence.jpa.beans.GenericBean
com.mizar.persistence.jpa.beans.GeometryBean
com.mizar.addressing.tiger.state.Cousub00
- All Implemented Interfaces:
- JPAGeometryInterface, JPAInterface, java.io.Serializable, java.lang.Comparable
@Entity
public class Cousub00
- 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, getREAD, hashCode, isEditable, isNew, setEditable, setEntityState, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Cousub00
public Cousub00()
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()
getClassfp00
public java.lang.String getClassfp00()
setClassfp00
public void setClassfp00(java.lang.String classfp00)
getCosbidfp00
public java.lang.String getCosbidfp00()
setCosbidfp00
public void setCosbidfp00(java.lang.String cosbidfp00)
getCountyfp00
public java.lang.String getCountyfp00()
setCountyfp00
public void setCountyfp00(java.lang.String countyfp00)
getCousubfp00
public java.lang.String getCousubfp00()
setCousubfp00
public void setCousubfp00(java.lang.String cousubfp00)
getFuncstat00
public java.lang.String getFuncstat00()
setFuncstat00
public void setFuncstat00(java.lang.String funcstat00)
getLsad00
public java.lang.String getLsad00()
setLsad00
public void setLsad00(java.lang.String lsad00)
getMtfcc00
public Mtfcc00 getMtfcc00()
setMtfcc00
public void setMtfcc00(Mtfcc00 mtfcc00)
getName00
public java.lang.String getName00()
setName00
public void setName00(java.lang.String name00)
getNamelsad00
public java.lang.String getNamelsad00()
setNamelsad00
public void setNamelsad00(java.lang.String namelsad00)
getUr00
public java.lang.String getUr00()
setUr00
public void setUr00(java.lang.String ur00)
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
setState00
public void setState00(State00 state00)
getState00
public State00 getState00()