org.hibernatespatial.pojo
Class ClassInfo
java.lang.Object
org.hibernatespatial.pojo.ClassInfo
public class ClassInfo
- extends Object
ClassInfo
public ClassInfo(String tableName,
String className)
getIdAttribute
public AttributeInfo getIdAttribute()
throws MissingIdentifierException
- Throws:
MissingIdentifierException
getGeomAttribute
public AttributeInfo getGeomAttribute()
throws GeometryNotFoundException
- Throws:
GeometryNotFoundException
getAttributes
public List<AttributeInfo> getAttributes()
getClassName
public String getClassName()
getTableName
public String getTableName()
addAttribute
public void addAttribute(AttributeInfo ai)
removeAttribute
public void removeAttribute(AttributeInfo ai)
clearAttributes
public void clearAttributes()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2011 hibernatespatial.org. All Rights Reserved.