diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-06 16:48:19 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-06 16:48:19 +0200 |
| commit | 04e3ac0578f6637928becb04006af45b7895f525 (patch) | |
| tree | 68231c9ec34f9231feb41e3697133b010ba5afa8 | |
| parent | 1d24443562e3d136d8b98b5c45760fddaed9e5bb (diff) | |
Remove unneeded ID
| -rw-r--r-- | src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java b/src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java index 4ef0109..e35b6b6 100644 --- a/src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java +++ b/src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java @@ -40,12 +40,8 @@ import com.c2kernel.process.Gateway; * All rights reserved.
*/
-// public static final String codeRevision =
-// "$Revision: 1.10 $ $Date: 2005/10/05 07:39:36 $ $Author: abranson $";
public class Viewpoint implements C2KLocalObject {
- int ID = -1; // not really used in this
-
// db fields
ItemPath itemPath;
String schemaName;
@@ -91,14 +87,6 @@ public class Viewpoint implements C2KLocalObject { }
/**
- * Returns the iD.
- * @return int
- */
- public int getID() {
- return ID;
- }
-
- /**
* Returns the name.
* @return String
*/
@@ -140,14 +128,6 @@ public class Viewpoint implements C2KLocalObject { }
/**
- * Sets the iD.
- * @param iD The iD to set
- */
- public void setID(int iD) {
- ID = iD;
- }
-
- /**
* Sets the name.
* @param name The name to set
*/
|
