public class AttributeDefinition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLabel()
A display name for the attribute.
|
java.lang.String |
getName()
The name of this attribute definition, e.g., problem_number.
|
java.lang.String |
getType()
The type of the attribute.
|
java.lang.String |
getWebtype()
Determines which "control" will be used when displaying
this attribute in a web browser.
|
int |
hashCode() |
boolean |
isQueriable()
Indicates if this attribute should be shown in query related
dialogs.
|
boolean |
isReportable()
Indicates if this attribute should be shown in report related
dialogs.
|
java.lang.String |
toString() |
public java.lang.String getName()
public java.lang.String getLabel()
public java.lang.String getType()
public java.lang.String getWebtype()
public boolean isQueriable()
true
if query dialogs will show this attribute,
otherwise false
.public boolean isReportable()
true
if report dialogs will show this attribute,
otherwise false
.public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
© Copyright IBM Corporation 2000, 2009
US Government Users Restricted Rights--Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Notices