IT.CappuccinoNet  
StrutsCX v0.9.1
   

com.cappuccinonet.strutscx.prototype.integration.data.entity.info
Interface Entry

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Entry
extends javax.ejb.EJBObject

NOT YET IMPLEMENTED! This is the Remote Interface for the EJB. It mirrors all public methods the client can use. The implementation is done automatically by the EJB Container.

Version:
v0.1, 15.07.2002
Author:
Bernhard Woehrlin, IT.CappuccinoNet.com

Method Summary
 boolean getEntryArchive()
           
 boolean getEntryHide()
           
 int getEntryId()
           
 boolean getEntryNew()
           
 java.lang.String getLinkSource()
           
 java.lang.String getLinkText()
           
 java.lang.String getLocale()
           
 java.lang.String getPictureAlign()
           
 java.lang.String getPictureName()
           
 java.lang.String getPictureText()
           
 java.util.Date getPublishingDate()
           
 java.lang.String getRank()
           
 java.lang.String getTextPara_01()
           
 java.lang.String getTextPara_02()
           
 java.lang.String getTextPara_03()
           
 java.lang.String getTitle()
           
 void setEntryArchive(boolean entryArchive)
           
 void setEntryHide(boolean entryHide)
           
 void setEntryNew(boolean entryNew)
           
 void setLinkSource(java.lang.String linkSource)
           
 void setLinkText(java.lang.String linkText)
           
 void setPictureAlign(java.lang.String pictureAlign)
           
 void setPictureName(java.lang.String pictureName)
           
 void setPictureText(java.lang.String pictureText)
           
 void setPublishingDate(java.util.Date publishingDate)
           
 void setRank(java.lang.String rank)
           
 void setTextPara_01(java.lang.String textPara_01)
           
 void setTextPara_02(java.lang.String textPara_02)
           
 void setTextPara_03(java.lang.String textPara_02)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getEntryId

public int getEntryId()
               throws java.rmi.RemoteException
java.rmi.RemoteException

getLocale

public java.lang.String getLocale()
                           throws java.rmi.RemoteException
java.rmi.RemoteException

getEntryNew

public boolean getEntryNew()
                    throws java.rmi.RemoteException
java.rmi.RemoteException

setEntryNew

public void setEntryNew(boolean entryNew)
                 throws java.rmi.RemoteException
java.rmi.RemoteException

getEntryHide

public boolean getEntryHide()
                     throws java.rmi.RemoteException
java.rmi.RemoteException

setEntryHide

public void setEntryHide(boolean entryHide)
                  throws java.rmi.RemoteException
java.rmi.RemoteException

getEntryArchive

public boolean getEntryArchive()
                        throws java.rmi.RemoteException
java.rmi.RemoteException

setEntryArchive

public void setEntryArchive(boolean entryArchive)
                     throws java.rmi.RemoteException
java.rmi.RemoteException

getTitle

public java.lang.String getTitle()
                          throws java.rmi.RemoteException
java.rmi.RemoteException

setTitle

public void setTitle(java.lang.String title)
              throws java.rmi.RemoteException
java.rmi.RemoteException

getTextPara_01

public java.lang.String getTextPara_01()
                                throws java.rmi.RemoteException
java.rmi.RemoteException

setTextPara_01

public void setTextPara_01(java.lang.String textPara_01)
                    throws java.rmi.RemoteException
java.rmi.RemoteException

getTextPara_02

public java.lang.String getTextPara_02()
                                throws java.rmi.RemoteException
java.rmi.RemoteException

setTextPara_02

public void setTextPara_02(java.lang.String textPara_02)
                    throws java.rmi.RemoteException
java.rmi.RemoteException

getTextPara_03

public java.lang.String getTextPara_03()
                                throws java.rmi.RemoteException
java.rmi.RemoteException

setTextPara_03

public void setTextPara_03(java.lang.String textPara_02)
                    throws java.rmi.RemoteException
java.rmi.RemoteException

getRank

public java.lang.String getRank()
                         throws java.rmi.RemoteException
java.rmi.RemoteException

setRank

public void setRank(java.lang.String rank)
             throws java.rmi.RemoteException
java.rmi.RemoteException

getPictureName

public java.lang.String getPictureName()
                                throws java.rmi.RemoteException
java.rmi.RemoteException

setPictureName

public void setPictureName(java.lang.String pictureName)
                    throws java.rmi.RemoteException
java.rmi.RemoteException

getPictureAlign

public java.lang.String getPictureAlign()
                                 throws java.rmi.RemoteException
java.rmi.RemoteException

setPictureAlign

public void setPictureAlign(java.lang.String pictureAlign)
                     throws java.rmi.RemoteException
java.rmi.RemoteException

getPictureText

public java.lang.String getPictureText()
                                throws java.rmi.RemoteException
java.rmi.RemoteException

setPictureText

public void setPictureText(java.lang.String pictureText)
                    throws java.rmi.RemoteException
java.rmi.RemoteException

getLinkSource

public java.lang.String getLinkSource()
                               throws java.rmi.RemoteException
java.rmi.RemoteException

setLinkSource

public void setLinkSource(java.lang.String linkSource)
                   throws java.rmi.RemoteException
java.rmi.RemoteException

getLinkText

public java.lang.String getLinkText()
                             throws java.rmi.RemoteException
java.rmi.RemoteException

setLinkText

public void setLinkText(java.lang.String linkText)
                 throws java.rmi.RemoteException
java.rmi.RemoteException

getPublishingDate

public java.util.Date getPublishingDate()
                                 throws java.rmi.RemoteException
java.rmi.RemoteException

setPublishingDate

public void setPublishingDate(java.util.Date publishingDate)
                       throws java.rmi.RemoteException
java.rmi.RemoteException

IT.CappuccinoNet  
StrutsCX v0.9.1
   

© 2003, IT.CappuccinoNet.com - compiled 20030214:1425