AR System Java Plug-in API

com.bmc.arsys.pluginsvr.plugins
Class ARVendorField

java.lang.Object
  extended by com.bmc.arsys.pluginsvr.plugins.ARVendorField

public class ARVendorField
extends Object

This class represents a field in an ARDBCPluggable. It contains a subset of properties that Field does:


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

ARVendorField

public ARVendorField()
Default constructor.


ARVendorField

public ARVendorField(String name,
                     int id,
                     int dataType)
Constructor that takes name, ID, and data type.

Parameters:
name - the field name
id - the field ID
dataType - the field's data type

ARVendorField

public ARVendorField(String name,
                     int id,
                     int dataType,
                     com.bmc.arsys.api.FieldLimit limit)
Constructor that takes name, ID, data type, and field limit.

Parameters:
name - the field name
id - the field ID
dataType - the field's data type
limit - the field limit
Method Detail

setName

public void setName(String name)
Set the field name.

Parameters:
name - the field name

setFieldId

public void setFieldId(int id)
Set the field ID.

Parameters:
id - the field ID

setDataType

public void setDataType(int type)
Set the field's data type.

Parameters:
type - the field's data type

setFieldLimit

public void setFieldLimit(com.bmc.arsys.api.FieldLimit limit)
Set the field limit.

Parameters:
limit - the field limit

getName

public String getName()
Get the field name.

Returns:
name the field name

getFieldId

public int getFieldId()
Get the field ID.

Returns:
id the field ID

getDataType

public int getDataType()
Get the field's data type.

Returns:
the data type

getFieldLimit

public com.bmc.arsys.api.FieldLimit getFieldLimit()
Get the field limit.

Returns:
the field limit

AR System Java Plug-in API

© Copyright 2006, 2007 BMC Software, Inc.