| 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.persist.model.FieldMetadata
public class FieldMetadata
The metadata for a key field. This class defines common properties for singular and composite key fields.
FieldMetadata objects are thread-safe.  Multiple threads may
 safely call the methods of a shared FieldMetadata object.
| Constructor Summary | |
|---|---|
FieldMetadata(String name,
              String className,
              String declaringClassName)
Used by an EntityModel to construct field metadata. | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object other)
 | 
 String | 
getClassName()
Returns the class name of the field type.  | 
 String | 
getDeclaringClassName()
Returns the name of the class where the field is declared.  | 
 String | 
getName()
Returns the field name.  | 
 int | 
hashCode()
 | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FieldMetadata(String name,
                     String className,
                     String declaringClassName)
EntityModel to construct field metadata.
| Method Detail | 
|---|
public String getName()
public String getClassName()
public String getDeclaringClassName()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
  | 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||