Class TimeField

java.lang.Object
com.portal.pcm.Field
com.portal.pcm.TimeField
All Implemented Interfaces:
Serializable, Cloneable

public class TimeField extends Field
The TimeField class constructs an instance of TimeField from a name ID and a type ID.
See Also:
  • Constructor Details

    • TimeField

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

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