|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jstorm.mapping.Attribute
Insert the type's description here. Creation date: (5/23/2001 9:33:00 PM)
Constructor Summary | |
Attribute()
Attribute constructor comment. |
|
Attribute(java.lang.String name,
java.lang.String column,
java.lang.Class type)
Attribute constructor comment. |
|
Attribute(java.lang.String name,
java.lang.String column,
java.lang.Class type,
boolean isKey)
Attribute constructor comment. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Insert the method's description here. |
java.lang.String |
getColumn()
Insert the method's description here. |
java.lang.reflect.Method |
getGetter()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
java.lang.reflect.Method |
getSetter()
Insert the method's description here. |
java.lang.Class |
getType()
Insert the method's description here. |
int |
hashCode()
Insert the method's description here. |
boolean |
isConcurrencyStamp()
Insert the method's description here. |
boolean |
isKey()
Insert the method's description here. |
void |
setColumn(java.lang.String newColumn)
Insert the method's description here. |
void |
setGetter(java.lang.reflect.Method newGetter)
Insert the method's description here. |
void |
setIsKey(boolean newIsKey)
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
void |
setSetter(java.lang.reflect.Method newSetter)
Insert the method's description here. |
void |
setType(java.lang.Class newType)
Insert the method's description here. |
java.lang.String |
toString()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Attribute()
public Attribute(java.lang.String name, java.lang.String column, java.lang.Class type)
public Attribute(java.lang.String name, java.lang.String column, java.lang.Class type, boolean isKey)
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- java.lang.Objectpublic java.lang.String getColumn()
public java.lang.reflect.Method getGetter()
public java.lang.String getName()
public java.lang.reflect.Method getSetter()
public java.lang.Class getType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean isConcurrencyStamp()
public boolean isKey()
public void setColumn(java.lang.String newColumn)
newColumn
- java.lang.Stringpublic void setGetter(java.lang.reflect.Method newGetter)
newGetter
- java.lang.reflect.Methodpublic void setIsKey(boolean newIsKey)
newIsKey
- booleanpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setSetter(java.lang.reflect.Method newSetter)
newSetter
- java.lang.reflect.Methodpublic void setType(java.lang.Class newType)
newType
- java.lang.Classpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |