uk.ac.ic.doc.rodex.p2p.messages.applicationlayer
Class SchemaAccessibility
java.lang.Object
uk.ac.ic.doc.rodex.p2p.messages.applicationlayer.SchemaAccessibility
- All Implemented Interfaces:
- PersistentObject
public class SchemaAccessibility
- extends java.lang.Object
- implements PersistentObject
SchemaAccessibility.java
- Author:
- Duc M Le dmle@doc.ic.ac.uk
Created on 20 April 2006
Department of Computing, Imperial College
Constructor Summary |
SchemaAccessibility(java.lang.String name,
java.lang.String description,
java.lang.String[] models,
int type,
int operation)
Creates a new instance of SchemaAccessibility |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_INTRA
public static final int TYPE_INTRA
- See Also:
- Constant Field Values
TYPE_EXTRA
public static final int TYPE_EXTRA
- See Also:
- Constant Field Values
OPT_READ
public static final int OPT_READ
- See Also:
- Constant Field Values
OPT_WRITE
public static final int OPT_WRITE
- See Also:
- Constant Field Values
OPT_DELETE
public static final int OPT_DELETE
- See Also:
- Constant Field Values
SchemaAccessibility
public SchemaAccessibility(java.lang.String name,
java.lang.String description,
java.lang.String[] models,
int type,
int operation)
- Creates a new instance of SchemaAccessibility
getKey
public PersistentKey getKey()
- Specified by:
getKey
in interface PersistentObject
getPersistentAttributes
public java.util.Map getPersistentAttributes()
- Specified by:
getPersistentAttributes
in interface PersistentObject
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
getModelString
public java.lang.String getModelString()
getType
public int getType()
getOperation
public int getOperation()