org.fcrepo.server.storage.types
Class ObjectMethodsDef

java.lang.Object
  extended by org.fcrepo.server.storage.types.ObjectMethodsDef

public class ObjectMethodsDef
extends Object

Data structure to contain all method definitions for a digital object.

Author:
Ross Wayland

Field Summary
 Date asOfDate
           
 String methodName
           
 MethodParmDef[] methodParmDefs
           
 String PID
           
 String sDefPID
           
 
Constructor Summary
ObjectMethodsDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PID

public String PID

sDefPID

public String sDefPID

methodName

public String methodName

methodParmDefs

public MethodParmDef[] methodParmDefs

asOfDate

public Date asOfDate
Constructor Detail

ObjectMethodsDef

public ObjectMethodsDef()


Copyright © 2012 DuraSpace. All Rights Reserved.