fedora.server.access
Class ObjectProfile

java.lang.Object
  extended by fedora.server.access.ObjectProfile

public class ObjectProfile
extends java.lang.Object

Title: ObjectProfile.java

Description: Data structure to contain a profile of a digital object that includes both stored information about the object and dynamic information about the object.

Version:
$Id: ObjectProfile.java 5331 2006-12-06 21:16:29Z payette $
Author:
payette@cs.cornell.edu

Field Summary
 java.lang.String dissIndexViewURL
           
 java.lang.String itemIndexViewURL
           
 java.lang.String objectContentModel
           
 java.util.Date objectCreateDate
           
 java.lang.String objectLabel
           
 java.util.Date objectLastModDate
           
 java.lang.String objectOwnerId
           
 java.lang.String objectType
           
 java.lang.String PID
           
 
Constructor Summary
ObjectProfile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PID

public java.lang.String PID

objectLabel

public java.lang.String objectLabel

objectOwnerId

public java.lang.String objectOwnerId

objectType

public java.lang.String objectType

objectContentModel

public java.lang.String objectContentModel

objectCreateDate

public java.util.Date objectCreateDate

objectLastModDate

public java.util.Date objectLastModDate

dissIndexViewURL

public java.lang.String dissIndexViewURL

itemIndexViewURL

public java.lang.String itemIndexViewURL
Constructor Detail

ObjectProfile

public ObjectProfile()