Refactor PCMM aspects of COPS message data objects.
[packetcable.git] / packetcable-driver / src / main / java / org / pcmm / gates / ISessionClassID.java
index 11ca7f2746f01ecc1b6e9ea98f416e8e9392d790..fabe09761c69d66624c14193a0871043cc0a7f95 100644 (file)
@@ -1,6 +1,7 @@
-/**
- @header@
+/*
+ * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
  */
+
 package org.pcmm.gates;
 
 /**
@@ -15,14 +16,6 @@ public interface ISessionClassID {
      */
     byte getPriority();
 
-    /**
-     * sets the priority value (0-7)
-     *
-     * @param value
-     *            priority
-     */
-    void setPriority(byte value);
-
     /**
      * gets the preemption value;
      *
@@ -30,14 +23,6 @@ public interface ISessionClassID {
      */
     byte getPreemption();
 
-    /**
-     * * sets the preemption
-     *
-     * @param value
-     *            preemption
-     */
-    void setPreemption(byte value);
-
     /**
      * compress the priority and preemption to a single byte value;
      *