com.mizar.uscensus.maftiger
Class Zcta5MSc
java.lang.Object
com.mizar.persistence.jpa.beans.GenericBean
com.mizar.persistence.jpa.beans.GeometryBean
com.mizar.uscensus.maftiger.Zcta5MSc
- All Implemented Interfaces:
- JPAGeometryInterface, JPAInterface, java.io.Serializable, java.lang.Comparable
- Direct Known Subclasses:
- Zcta500Bean, Zcta510Bean
@MappedSuperclass
public class Zcta5MSc
- extends GeometryBean
- See Also:
- Serialized Form
Method Summary |
java.lang.Long |
getAland()
|
java.lang.Long |
getAwater()
|
java.lang.String |
getClassfp()
|
java.lang.String |
getFuncstat()
|
oracle.spatial.geometry.JGeometry |
getGeom()
Entity classes implementing GeometryBean should have at least
one SDO_GEOMETRY column in their associated table. |
MtfccBean |
getMtfcc()
|
java.lang.String |
getPrimaryKeyValue()
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) |
java.lang.String |
getZcta5ce()
|
void |
setAland(java.lang.Long aland)
|
void |
setAwater(java.lang.Long awater)
|
void |
setClassfp(java.lang.String classfp)
|
void |
setFuncstat(java.lang.String funcstat)
|
void |
setGeom(oracle.spatial.geometry.JGeometry geom)
|
void |
setMtfcc(MtfccBean mtfcc)
|
void |
setZcta5ce(java.lang.String zcta5ce)
|
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 |
Zcta5MSc
public Zcta5MSc()
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()
setZcta5ce
public void setZcta5ce(java.lang.String zcta5ce)
getZcta5ce
public java.lang.String getZcta5ce()
setClassfp
public void setClassfp(java.lang.String classfp)
getClassfp
public java.lang.String getClassfp()
setFuncstat
public void setFuncstat(java.lang.String funcstat)
getFuncstat
public java.lang.String getFuncstat()
setAland
public void setAland(java.lang.Long aland)
getAland
public java.lang.Long getAland()
setAwater
public void setAwater(java.lang.Long awater)
getAwater
public java.lang.Long getAwater()
setMtfcc
public void setMtfcc(MtfccBean mtfcc)
getMtfcc
public MtfccBean getMtfcc()
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