org.apache.lokahi.core.api.ipaddress
Class IpModel

java.lang.Object
  extended by org.apache.lokahi.core.common.interfaces.LokahiModel<Ip>
      extended by org.apache.lokahi.core.api.ipaddress.IpModel

public class IpModel
extends LokahiModel<Ip>

Version:
$Id$
Author:
Stephen Toback

Field Summary
 
Fields inherited from class org.apache.lokahi.core.common.interfaces.LokahiModel
jp, logger, tpe
 
Constructor Summary
IpModel()
           
 
Method Summary
 Ip getObject(int id)
           
 java.util.Collection<Ip> getObjects()
           
 
Methods inherited from class org.apache.lokahi.core.common.interfaces.LokahiModel
jpInit, jpInit, jpInit, jpInit, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpModel

public IpModel()
Method Detail

getObjects

public java.util.Collection<Ip> getObjects()
                                    throws java.sql.SQLException
Specified by:
getObjects in class LokahiModel<Ip>
Throws:
java.sql.SQLException

getObject

public Ip getObject(int id)
             throws java.sql.SQLException
Specified by:
getObject in class LokahiModel<Ip>
Throws:
java.sql.SQLException