|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Customer
The Local interface for the entity bean representing a
record in the customers table.
Accessor methods are defined for all the columns, while mutator methods are defined for all columns except the primary key column.
Copyright 2003, Rakesh Vidyadharan
| Method Summary | |
|---|---|
java.util.Date |
getActivationDate()
Return the value in the activation_date column. |
char |
getActive()
Return the value in the active column. |
java.util.Set |
getCategories()
Return a Set of entity bean instances that represent
associated records in the categories table. |
java.util.Date |
getCreationDate()
Return the value in the creation_date column. |
int |
getCustomerId()
Return the value in the customer_id column. |
CustomerType |
getCustomerType()
Return the value in the customer_type_id column as
a reference to the CustomerType entity bean representing
that value. |
java.lang.String |
getDomain()
Return the value in the domain column. |
java.lang.String |
getEmail()
Return the value in the email column. |
java.util.Date |
getExpirationDate()
Return the value in the expiration_date column. |
java.lang.String |
getPassword()
Return the value in the password column. |
java.lang.String |
getUsername()
Return the value in the username column. |
void |
setActivationDate(java.util.Date activationDate)
Set the value in the activation_date column. |
void |
setActive(char active)
Set the value in the active column. |
void |
setCreationDate(java.util.Date creationDate)
Set the value in the creation_date column. |
void |
setCustomerType(CustomerType type)
Set the value in the customer_type_id column as
a represented by the reference to the CustomerType entity
bean representing that value. |
void |
setDomain(java.lang.String domain)
Set the value in the domain column. |
void |
setEmail(java.lang.String email)
Set the value in the email column. |
void |
setExpirationDate(java.util.Date expirationDate)
Set the value in the expiration_date column. |
void |
setPassword(java.lang.String password)
Set the value in the password column. |
void |
setUsername(java.lang.String username)
Set the value in the username column. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
int getCustomerId()
customer_id column.
java.lang.String getUsername()
username column.
void setUsername(java.lang.String username)
username column.
username - - The value to set.java.lang.String getPassword()
password column.
void setPassword(java.lang.String password)
password column.
password - - The value to set.java.lang.String getEmail()
email column.
void setEmail(java.lang.String email)
email column.
email - - The value to set.java.lang.String getDomain()
domain column.
void setDomain(java.lang.String domain)
domain column.
domain - - The value to set.char getActive()
active column.
void setActive(char active)
active column.
active - - The value to set.java.util.Date getCreationDate()
creation_date column.
void setCreationDate(java.util.Date creationDate)
creation_date column.
creationDate - - The value to set.java.util.Date getActivationDate()
activation_date column.
void setActivationDate(java.util.Date activationDate)
activation_date column.
activationDate - - The value to set.java.util.Date getExpirationDate()
expiration_date column.
void setExpirationDate(java.util.Date expirationDate)
expiration_date column.
expirationDate - - The value to set.CustomerType getCustomerType()
customer_type_id column as
a reference to the CustomerType entity bean representing
that value.
void setCustomerType(CustomerType type)
customer_type_id column as
a represented by the reference to the CustomerType entity
bean representing that value.
type - - The value to set.java.util.Set getCategories()
Set of entity bean instances that represent
associated records in the categories table.
Set of Category instances
that are associated with this customer.
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||