net.java.ao.it.model
Interface Publication

All Superinterfaces:
Entity, RawEntity<Integer>
All Known Subinterfaces:
Book, Magazine

public interface Publication
extends Entity

Author:
Daniel Spiewak

Method Summary
 Author[] getAuthors()
           
 Distribution[] getDistributions()
           
 String getTitle()
           
 void setTitle(String title)
           
 
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

getTitle

String getTitle()

setTitle

void setTitle(String title)

getAuthors

Author[] getAuthors()

getDistributions

Distribution[] getDistributions()


Copyright © 2007-2012. All Rights Reserved.