Betty v1.1.0

christophedelory.interfaces
Interface LocalBase

All Superinterfaces:
EJBLocalObject

public interface LocalBase
extends EJBLocalObject

Local interface for BaseEJB.

Version:
1.1.0
Author:
Christophe Delory

Method Summary
 Date getCreationDate()
          Returns the creation date.
 String getCreationUserId()
          Returns the identifier of the user having created this EJB object.
 void setCreationDate(Date date)
          Initializes the creation date.
 void setCreationUserId(String userId)
          Initializes the identifier of the user having created this EJB object.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getCreationDate

Date getCreationDate()
Returns the creation date.

Returns:
a date. Shall not be null.
Throws:
EJBException - if any exception occured during the execution of this method.
See Also:
setCreationDate(java.util.Date)

setCreationDate

void setCreationDate(Date date)
Initializes the creation date.

Parameters:
date - a date. Shall not be null.
Throws:
EJBException - if any exception occured during the execution of this method.
See Also:
getCreationDate()

getCreationUserId

String getCreationUserId()
Returns the identifier of the user having created this EJB object.

Returns:
a user identifier. Shall not be null.
Throws:
EJBException - if any exception occured during the execution of this method.
See Also:
setCreationUserId(String)

setCreationUserId

void setCreationUserId(String userId)
Initializes the identifier of the user having created this EJB object.

Parameters:
userId - a user identifier. Shall not be null.
Throws:
EJBException - if any exception occured during the execution of this method.
See Also:
getCreationUserId()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.