jstorm.mapping
Class Attribute

java.lang.Object
  |
  +--jstorm.mapping.Attribute

public class Attribute
extends java.lang.Object

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

Attribute

public Attribute()
Attribute constructor comment.

Attribute

public Attribute(java.lang.String name,
                 java.lang.String column,
                 java.lang.Class type)
Attribute constructor comment.

Attribute

public Attribute(java.lang.String name,
                 java.lang.String column,
                 java.lang.Class type,
                 boolean isKey)
Attribute constructor comment.
Method Detail

equals

public boolean equals(java.lang.Object obj)
Insert the method's description here. Creation date: (7/3/2001 11:35:37 AM)
Overrides:
equals in class java.lang.Object
Parameters:
obj - java.lang.Object
Returns:
boolean

getColumn

public java.lang.String getColumn()
Insert the method's description here. Creation date: (5/23/2001 9:33:47 PM)
Returns:
java.lang.String

getGetter

public java.lang.reflect.Method getGetter()
Insert the method's description here. Creation date: (5/23/2001 10:21:18 PM)
Returns:
java.lang.reflect.Method

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (5/23/2001 9:33:19 PM)
Returns:
java.lang.String

getSetter

public java.lang.reflect.Method getSetter()
Insert the method's description here. Creation date: (5/23/2001 10:40:00 PM)
Returns:
java.lang.reflect.Method

getType

public java.lang.Class getType()
Insert the method's description here. Creation date: (5/23/2001 9:33:59 PM)
Returns:
java.lang.Class

hashCode

public int hashCode()
Insert the method's description here. Creation date: (7/3/2001 11:44:47 AM)
Overrides:
hashCode in class java.lang.Object
Returns:
java.lang.String

isConcurrencyStamp

public boolean isConcurrencyStamp()
Insert the method's description here. Creation date: (6/25/2001 8:59:20 AM)
Returns:
boolean

isKey

public boolean isKey()
Insert the method's description here. Creation date: (6/25/2001 8:59:20 AM)
Returns:
boolean

setColumn

public void setColumn(java.lang.String newColumn)
Insert the method's description here. Creation date: (5/23/2001 9:33:47 PM)
Parameters:
newColumn - java.lang.String

setGetter

public void setGetter(java.lang.reflect.Method newGetter)
Insert the method's description here. Creation date: (5/23/2001 10:21:18 PM)
Parameters:
newGetter - java.lang.reflect.Method

setIsKey

public void setIsKey(boolean newIsKey)
Insert the method's description here. Creation date: (6/25/2001 8:59:20 AM)
Parameters:
newIsKey - boolean

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (5/23/2001 9:33:19 PM)
Parameters:
newName - java.lang.String

setSetter

public void setSetter(java.lang.reflect.Method newSetter)
Insert the method's description here. Creation date: (5/23/2001 10:40:00 PM)
Parameters:
newSetter - java.lang.reflect.Method

setType

public void setType(java.lang.Class newType)
Insert the method's description here. Creation date: (5/23/2001 9:33:59 PM)
Parameters:
newType - java.lang.Class

toString

public java.lang.String toString()
Insert the method's description here. Creation date: (7/3/2001 11:44:47 AM)
Overrides:
toString in class java.lang.Object
Returns:
java.lang.String