summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java')
-rw-r--r--src/main/java/com/c2kernel/persistency/outcome/Viewpoint.java20
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
*/