net.java.ao.it.model
Interface Authorship

All Superinterfaces:
Entity, RawEntity<Integer>

public interface Authorship
extends Entity

Author:
Daniel Spiewak

Method Summary
 Author getAuthor()
           
 Publication getPublication()
           
 void setAuthor(Author author)
           
 void setPublication(Publication publication)
           
 
Methods inherited from interface net.java.ao.Entity
getID
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getPublication

Publication getPublication()

setPublication

void setPublication(Publication publication)

getAuthor

Author getAuthor()

setAuthor

void setAuthor(Author author)


Copyright © 2007-2011. All Rights Reserved.