MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testsuite.clusterj.model.NotPersistentTypes Interface Reference
Inheritance diagram for testsuite.clusterj.model.NotPersistentTypes:
Collaboration diagram for testsuite.clusterj.model.NotPersistentTypes:

Public Member Functions

int getId ()
void setId (int id)
String getName ()
void setName (String name)
int getMagic ()
void setMagic (int magic)
Integer getAge ()
void setAge (Integer age)
Collection< NotPersistentTypesgetNotPersistentChildren ()
void setNotPersistentChildren (Collection< NotPersistentTypes > value)
int getNotPersistentInt ()
void setNotPersistentInt (int value)
Integer getNotPersistentInteger ()
void setNotPersistentInteger (Integer value)

Detailed Description

This interface is based on Employee but adds not-persistent properties.

Definition at line 30 of file NotPersistentTypes.java.


The documentation for this interface was generated from the following file: