de.fhkl.zw.mkup.rattrap.entity
Class UserAgents
java.lang.Object
de.fhkl.zw.mkup.rattrap.entity.AbstractEntity
de.fhkl.zw.mkup.rattrap.entity.UserAgents
public class UserAgents
- extends AbstractEntity
- Author:
- rob
this class encapsulates persistence of the UserAgents entity.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAgents
public UserAgents()
load
public void load(java.lang.String name)
throws EntityNotFoundException
- Throws:
EntityNotFoundException
load
public void load(int userAgentPK)
throws EntityNotFoundException
- Throws:
EntityNotFoundException
update
public void update()
throws java.sql.SQLException
- Specified by:
update
in class AbstractEntity
- Throws:
java.sql.SQLException
insert
public void insert()
- Specified by:
insert
in class AbstractEntity
delete
public void delete()
throws java.sql.SQLException
- Specified by:
delete
in class AbstractEntity
- Throws:
java.sql.SQLException
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getUserAgentPK
public int getUserAgentPK()
- Returns:
- Returns the userAgentPK.