org.jooq.util.maven.example.postgres.tables.pojos
Class VAuthor
java.lang.Object
org.jooq.util.maven.example.postgres.tables.pojos.VAuthor
- All Implemented Interfaces:
- Serializable
@Generated(value={"http://www.jooq.org","2.3.3"},
comments="This class is generated by jOOQ")
public class VAuthor- extends Object
- implements Serializable
This class is generated by jOOQ.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VAuthor
public VAuthor()
getId
public Integer getId()
setId
public void setId(Integer id)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getDateOfBirth
public Timestamp getDateOfBirth()
setDateOfBirth
public void setDateOfBirth(Timestamp dateOfBirth)
getYearOfBirth
public Integer getYearOfBirth()
setYearOfBirth
public void setYearOfBirth(Integer yearOfBirth)
getAddress
public UAddressTypeRecord getAddress()
setAddress
public void setAddress(UAddressTypeRecord address)
Copyright © 2012. All Rights Reserved.