Class BufField

java.lang.Object
com.portal.pcm.Field
com.portal.pcm.BufField
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FldBuffer, FldBufferSource, FldDunningData, FldEdr, FldErrorTrace, FldFailedPricingDetails, FldGelTemplate, FldInputFlist, FldInternalNotes, FldInventoryTemplate, FldIscriptBuf, FldLetter, FldOverrideDateRange, FldPairVal, FldPricingDetails, FldRegIntroMsg, FldRerateRequest, FldSelector, FldSerializedFlist, FldSqlData, FldUserPrefs, FldVideoLoaderTemplate, FldZonemapDataDerived, FldZonemapDataRaw

public class BufField extends Field
Specific field type
See Also:
  • Constructor Details

    • BufField

      public BufField(int nameID, int typeID)
      Constructs an instance of BufField from a name ID and a type ID.
      Parameters:
      nameID - A valid Portal field name.
      typeID - A valid Portal storable class type name.
    • BufField

      public BufField(int nameID, int typeID, String name)
      Constructs an instance of BufField from a name ID and a type ID.
      Parameters:
      nameID - A valid Portal field name.
      typeID - A valid Portal storable class type name.
      name - The name of the field.