Class IdOperation

java.lang.Object
com.yahoo.schema.fieldoperation.IdOperation
All Implemented Interfaces:
FieldOperation, Comparable<FieldOperation>

public class IdOperation extends Object implements FieldOperation
Author:
Einar M R Rosenvinge
  • Constructor Details

    • IdOperation

      public IdOperation()
  • Method Details

    • getDocument

      public SDDocumentType getDocument()
    • setDocument

      public void setDocument(SDDocumentType document)
    • getFieldId

      public int getFieldId()
    • setFieldId

      public void setFieldId(int fieldId)
    • apply

      public void apply(SDField field)
      Description copied from interface: FieldOperation
      Apply this operation on the given field
      Specified by:
      apply in interface FieldOperation