public void setDeleted(Integer deleted) throws SQLException { _struct.setAttribute(2, deleted); }
/* ORAData interface */ @Override public Datum toDatum(Connection c) throws SQLException { return _struct.toDatum(c, _SQL_NAME); }
@DbProp public Integer getDeleted() throws SQLException { return (Integer) _struct.getAttribute(2); }
public void setPersonName(String personName) throws SQLException { _struct.setAttribute(1, personName); }
@DbProp public String getPersonName() throws SQLException { return (String) _struct.getAttribute(1); }
public void setId(Integer id) throws SQLException { _struct.setAttribute(0, id); }
/* accessor methods */ @Override @DbProp public Integer getId() throws SQLException { return (Integer) _struct.getAttribute(0); }