org.fcrepo.server.access
Class ObjectProfile

java.lang.Object
  extended by org.fcrepo.server.access.ObjectProfile

public class ObjectProfile
extends Object

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

Author:
Sandy Payette

Field Summary
 String dissIndexViewURL
           
 String itemIndexViewURL
           
 Date objectCreateDate
           
 String objectLabel
           
 Date objectLastModDate
           
 Set<String> objectModels
           
 String objectOwnerId
           
 String objectState
           
 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 String PID

objectLabel

public String objectLabel

objectOwnerId

public String objectOwnerId

objectModels

public Set<String> objectModels

objectCreateDate

public Date objectCreateDate

objectLastModDate

public Date objectLastModDate

dissIndexViewURL

public String dissIndexViewURL

itemIndexViewURL

public String itemIndexViewURL

objectState

public String objectState
Constructor Detail

ObjectProfile

public ObjectProfile()


Copyright © 2011 DuraSpace. All Rights Reserved.