Class ObjField

java.lang.Object
com.portal.pcm.Field
com.portal.pcm.ObjField
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FldMain

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

    • ObjField

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

      public ObjField(int nameID, int typeID, String name)