Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.intabulas.sandler.elements
Interface Entry  view Entry download Entry.java

All Superinterfaces:
ParseableEntity, SandlerEntry

public interface Entry
extends SandlerEntry, ParseableEntity

Entry

Version:
$Id: Entry.java,v 1.1.1.1 2003/09/08 19:46:44 intabulas Exp $

Method Summary
 boolean addContent(Content content)
           
 void addContent(int index, Content content)
           
 Content getContent(int index)
           
 int getContentCount()
           
 java.util.Date getCreated()
           
 java.util.Date getIssued()
           
 boolean removeContent(Content content)
           
 void removeContent(int index)
           
 void setCreated(java.util.Date date)
           
 void setIssued(java.util.Date date)
           
 
Methods inherited from interface org.intabulas.sandler.elements.SandlerEntry
addContributor, addContributor, getAuthor, getContributor, getContributorCount, getId, getLink, getModified, getSummary, getTitle, removeContributor, removeContributor, setAuthor, setId, setLink, setModified, setSummary, setTitle
 
Methods inherited from interface org.intabulas.sandler.elements.ParseableEntity
loadDocument
 

Method Detail

getIssued

public java.util.Date getIssued()

setIssued

public void setIssued(java.util.Date date)

getCreated

public java.util.Date getCreated()

setCreated

public void setCreated(java.util.Date date)

getContentCount

public int getContentCount()

getContent

public Content getContent(int index)

addContent

public boolean addContent(Content content)

addContent

public void addContent(int index,
                       Content content)

removeContent

public boolean removeContent(Content content)

removeContent

public void removeContent(int index)