|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.pluginsvr.plugins.ARVendorField
public class ARVendorField
This class represents a field in an ARDBCPluggable. It contains
a subset of properties that Field does:
Constants.AR_DATA_TYPE_INTEGERIntegerFieldLimit
| Constructor Summary | |
|---|---|
ARVendorField()
Default constructor. |
|
ARVendorField(String name,
int id,
int dataType)
Constructor that takes name, ID, and data type. |
|
ARVendorField(String name,
int id,
int dataType,
com.bmc.arsys.api.FieldLimit limit)
Constructor that takes name, ID, data type, and field limit. |
|
| Method Summary | |
|---|---|
int |
getDataType()
Get the field's data type. |
int |
getFieldId()
Get the field ID. |
com.bmc.arsys.api.FieldLimit |
getFieldLimit()
Get the field limit. |
String |
getName()
Get the field name. |
void |
setDataType(int type)
Set the field's data type. |
void |
setFieldId(int id)
Set the field ID. |
void |
setFieldLimit(com.bmc.arsys.api.FieldLimit limit)
Set the field limit. |
void |
setName(String name)
Set the field name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ARVendorField()
public ARVendorField(String name,
int id,
int dataType)
name - the field nameid - the field IDdataType - the field's data type
public ARVendorField(String name,
int id,
int dataType,
com.bmc.arsys.api.FieldLimit limit)
name - the field nameid - the field IDdataType - the field's data typelimit - the field limit| Method Detail |
|---|
public void setName(String name)
name - the field namepublic void setFieldId(int id)
id - the field IDpublic void setDataType(int type)
type - the field's data typepublic void setFieldLimit(com.bmc.arsys.api.FieldLimit limit)
limit - the field limitpublic String getName()
public int getFieldId()
public int getDataType()
public com.bmc.arsys.api.FieldLimit getFieldLimit()
|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||