|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Content
The Local interface for the entity bean representing
a record in the contents table.
Accessor methods are defined for all the columns, while mutator methods are defined for all columns except the primary key column, and the foreign key column.
Copyright 2003, Rakesh Vidyadharan
| Method Summary | |
|---|---|
java.lang.String |
getBody()
Return the value in the picture column. |
java.lang.String |
getBrief()
Return the value in the brief column. |
Category |
getCategory()
Return the value in the category_id column as a
reference to the Category entity bean instance representing
the value. |
int |
getContentId()
Return the value in the content_id column. |
java.util.Date |
getCreationDate()
Return the value in the creation_date column. |
java.util.Date |
getModificationDate()
Return the value in the modification_date column. |
java.lang.String |
getPicture()
Return the value in the picture column. |
java.lang.String |
getTitle()
Return the value in the title column. |
void |
setBody(java.lang.String body)
Set the value in the picture column. |
void |
setBrief(java.lang.String brief)
Set the value in the picture column. |
void |
setCategory(Category category)
Set the value in the category_id column based upon the
reference to the Category entity bean instance representing
the value. |
void |
setModificationDate(java.util.Date modificationDate)
Set the value in the modification_date column. |
void |
setPicture(java.lang.String picture)
Set the value in the picture column. |
void |
setTitle(java.lang.String title)
Set the value in the title column. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
int getContentId()
content_id column.
Category getCategory()
category_id column as a
reference to the Category entity bean instance representing
the value.
void setCategory(Category category)
category_id column based upon the
reference to the Category entity bean instance representing
the value.
category - - The appropriate entity bean instance.java.lang.String getTitle()
title column.
void setTitle(java.lang.String title)
title column.
title - - The value to set.java.lang.String getBrief()
brief column.
void setBrief(java.lang.String brief)
picture column.
brief - - The value to set.java.lang.String getPicture()
picture column.
void setPicture(java.lang.String picture)
picture column.
picture - - The value to set.java.lang.String getBody()
picture column.
void setBody(java.lang.String body)
picture column.
body - - The value to set.java.util.Date getCreationDate()
creation_date column.
java.util.Date getModificationDate()
modification_date column.
void setModificationDate(java.util.Date modificationDate)
modification_date column.
modificationDate - - The value in the column.
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||