| java.lang.Object olstore.entity.PictureBean
PictureBean | abstract public class PictureBean implements EntityBean(Code) | | |
Method Summary | |
public java.lang.String | ejbCreate(String location, int priority) The ejbCreate method. | public java.lang.String | ejbCreate(String location, String altText, String priority) The ejbCreate method when priority is empty (or null). | public java.lang.String | ejbCreate(String location, String altText, int priority) The ejbCreate method. | public void | ejbPostCreate(String location, int priority) The container invokes this method immediately after it calls ejbCreate. | public void | ejbPostCreate(String location, String altText, String priority) | public void | ejbPostCreate(String location, String altText, int priority) | abstract public java.lang.String | getLocation() | abstract public int | getPriority() | abstract public java.lang.String | getText() | abstract public void | setLocation(java.lang.String location) | abstract public void | setPriority(int priority) | abstract public void | setText(java.lang.String text) |
ejbPostCreate | public void ejbPostCreate(String location, int priority) throws javax.ejb.CreateException(Code) | | The container invokes this method immediately after it calls ejbCreate.
|
ejbPostCreate | public void ejbPostCreate(String location, String altText, String priority) throws javax.ejb.CreateException(Code) | | |
ejbPostCreate | public void ejbPostCreate(String location, String altText, int priority) throws javax.ejb.CreateException(Code) | | |
getPriority | abstract public int getPriority()(Code) | | Returns the priority
the priority |
setLocation | abstract public void setLocation(java.lang.String location)(Code) | | Sets the location
java.lang.String the new location value |
setPriority | abstract public void setPriority(int priority)(Code) | | Sets the priority
int the new priority value |
setText | abstract public void setText(java.lang.String text)(Code) | | Sets the text
java.lang.String the new text value |
|
|