|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomerType
The Local interface for the entity bean representing a
record in the customer_types 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.Set |
getCustomers()
Return a Set of references to the Customer
entity beans that belong to this customer_type. |
int |
getCustomerTypeId()
Return the value in the customer_type_id column. |
java.lang.String |
getDescription()
Return the value in the description column. |
java.lang.String |
getType()
Return the value in the type column. |
void |
setDescription(java.lang.String description)
Set the value in the description column. |
void |
setType(java.lang.String type)
Set the value in the type column. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
int getCustomerTypeId()
customer_type_id column.
java.lang.String getType()
type column.
void setType(java.lang.String type)
type column.
type - - The value to set.java.lang.String getDescription()
description column.
void setDescription(java.lang.String description)
description column.
description - - The value to set.java.util.Set getCustomers()
Set of references to the Customer
entity beans that belong to this customer_type.
Set of customers belonging to this
type.
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||