Class Operation

java.lang.Object
com.inesm.KeyManager.model.Operation
All Implemented Interfaces:
Serializable

public class Operation extends Object implements Serializable
Represents a system operation.

All the getters and setters are the default ones.

Details about the meaning of each field are provided in the source code.

See Also:
  • Field Details

  • Constructor Details

    • Operation

      public Operation()
  • Method Details

    • getOperationID

      public int getOperationID()
    • setOperationID

      public void setOperationID(int operationID)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getType

      public int getType()
    • setType

      public void setType(int type)