uk.co.concise.maven.hdc.dao
Class PointDao

java.lang.Object
  extended by uk.co.concise.maven.hdc.dao.PointDao

public class PointDao
extends java.lang.Object

Data accessor object for points.

Author:
martenssonb

Constructor Summary
PointDao()
           
 
Method Summary
 void saveOrUpdatePoint(Point point)
          Persists a point or updates if it was already persisted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointDao

public PointDao()
Method Detail

saveOrUpdatePoint

public void saveOrUpdatePoint(Point point)
Persists a point or updates if it was already persisted.

Parameters:
point - point to be persisted.


Copyright © 2004-2005 Concise. All Rights Reserved.