© 2005 BEA Systems, Inc.

com.bea.p13n.content.document.ref
Class DefaultDocumentMetadata

java.lang.Object
  extended bycom.bea.p13n.content.document.ref.DefaultDocumentMetadata
All Implemented Interfaces:
DocumentMetadataDef
Direct Known Subclasses:
RefDocumentMetadata

public class DefaultDocumentMetadata
extends Object
implements DocumentMetadataDef

A concreate implementation of DocumentMetadata.


Field Summary
protected  Map attributes
          Deprecated. The map of attribute name to attribute value.
protected  String author
          Deprecated. The document author.
protected  String comments
          Deprecated. The document comments.
protected  Timestamp creationDate
          Deprecated. The document creation date.
protected  String description
          Deprecated. The document description.
protected  String id
          Deprecated. The document id.
protected  String lastModifiedBy
          Deprecated. The document last modified by.
protected  Timestamp lastModifiedDate
          Deprecated. The document last modified date.
protected  String lockedBy
          Deprecated. The document locked by.
protected  String mimeType
          Deprecated. The document mime type.
protected  String name
          Deprecated. The document name.
protected  long size
          Deprecated. The document size.
protected  int version
          Deprecated. The document version.
 
Constructor Summary
DefaultDocumentMetadata()
          Deprecated. Constructor.
DefaultDocumentMetadata(String id)
          Deprecated. Constructor.
DefaultDocumentMetadata(String id, String name)
          Deprecated. Constructor.
DefaultDocumentMetadata(String id, String name, String mimeType)
          Deprecated. Constructor.
 
Method Summary
 Object getAttribute(String name)
          Deprecated. Get the named attribute.
 Collection getAttributeNames()
          Deprecated. Return the collection of the attribute names.
 Map getAttributes()
          Deprecated. Get the map of attribute names to attribute values.
 String getAuthor()
          Deprecated. Get the document author.
 String getComments()
          Deprecated. Get the document comments.
 Timestamp getCreationDate()
          Deprecated. Get the document creation date.
 String getDescription()
          Deprecated. Get the document description.
 String getID()
          Deprecated. Get the document id.
 String getLastModifiedBy()
          Deprecated. Get the document last modified by.
 Timestamp getLastModifiedDate()
          Deprecated. Get the last modified date.
 String getLockedBy()
          Deprecated. Get the document locked by.
 String getMimeType()
          Deprecated. Get the mime type.
 String getName()
          Deprecated. Get the document name.
 long getSize()
          Deprecated. Get the document size.
 int getVersion()
          Deprecated. Get the document version.
 void setAuthor(String author)
          Deprecated. Set the document author.
 void setComments(String comments)
          Deprecated. Set the document comments.
 void setCreationDate(Timestamp date)
          Deprecated. Set the document creation date.
 void setDescription(String description)
          Deprecated. Set the document description.
 void setID(String id)
          Deprecated. Set the document id.
 void setLastModifiedBy(String lastModifiedBy)
          Deprecated. Set the document last modified by.
 void setLastModifiedDate(Timestamp date)
          Deprecated. Set the last modified date.
 void setLockedBy(String lockedBy)
          Deprecated. Set the document locked by.
 void setMimeType(String mimeType)
          Deprecated. Set the mime type.
 void setName(String name)
          Deprecated. Set the document name.
 void setSize(long size)
          Deprecated. Set the document size.
 void setVersion(int version)
          Deprecated. Set the document version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected Map attributes
Deprecated. 
The map of attribute name to attribute value.


author

protected String author
Deprecated. 
The document author.


comments

protected String comments
Deprecated. 
The document comments.


creationDate

protected Timestamp creationDate
Deprecated. 
The document creation date.


description

protected String description
Deprecated. 
The document description.


id

protected String id
Deprecated. 
The document id.


lastModifiedBy

protected String lastModifiedBy
Deprecated. 
The document last modified by.


lastModifiedDate

protected Timestamp lastModifiedDate
Deprecated. 
The document last modified date.


lockedBy

protected String lockedBy
Deprecated. 
The document locked by.


mimeType

protected String mimeType
Deprecated. 
The document mime type.


name

protected String name
Deprecated. 
The document name.


size

protected long size
Deprecated. 
The document size.


version

protected int version
Deprecated. 
The document version.

Constructor Detail

DefaultDocumentMetadata

public DefaultDocumentMetadata()
Deprecated. 
Constructor.


DefaultDocumentMetadata

public DefaultDocumentMetadata(String id)
Deprecated. 
Constructor.


DefaultDocumentMetadata

public DefaultDocumentMetadata(String id,
                               String name)
Deprecated. 
Constructor.


DefaultDocumentMetadata

public DefaultDocumentMetadata(String id,
                               String name,
                               String mimeType)
Deprecated. 
Constructor.

Method Detail

getAttribute

public Object getAttribute(String name)
Deprecated. 
Get the named attribute.

Specified by:
getAttribute in interface DocumentMetadataDef
Parameters:
name - the name of the attribute.
Returns:
the value of the attribute (null if not set).

getAttributeNames

public Collection getAttributeNames()
Deprecated. 
Return the collection of the attribute names.

Specified by:
getAttributeNames in interface DocumentMetadataDef
Returns:
the list of String attribute names.

getAttributes

public Map getAttributes()
Deprecated. 
Get the map of attribute names to attribute values.


getAuthor

public String getAuthor()
Deprecated. 
Get the document author.

Specified by:
getAuthor in interface DocumentMetadataDef

getComments

public String getComments()
Deprecated. 
Get the document comments.

Specified by:
getComments in interface DocumentMetadataDef

getCreationDate

public Timestamp getCreationDate()
Deprecated. 
Get the document creation date.

Specified by:
getCreationDate in interface DocumentMetadataDef

getDescription

public String getDescription()
Deprecated. 
Get the document description.

Specified by:
getDescription in interface DocumentMetadataDef

getID

public String getID()
Deprecated. 
Get the document id.

Specified by:
getID in interface DocumentMetadataDef

getLastModifiedBy

public String getLastModifiedBy()
Deprecated. 
Get the document last modified by.

Specified by:
getLastModifiedBy in interface DocumentMetadataDef

getLastModifiedDate

public Timestamp getLastModifiedDate()
Deprecated. 
Get the last modified date.

Specified by:
getLastModifiedDate in interface DocumentMetadataDef

getLockedBy

public String getLockedBy()
Deprecated. 
Get the document locked by.

Specified by:
getLockedBy in interface DocumentMetadataDef

getMimeType

public String getMimeType()
Deprecated. 
Get the mime type.

Specified by:
getMimeType in interface DocumentMetadataDef

getName

public String getName()
Deprecated. 
Get the document name.

Specified by:
getName in interface DocumentMetadataDef

getSize

public long getSize()
Deprecated. 
Get the document size.

Specified by:
getSize in interface DocumentMetadataDef

getVersion

public int getVersion()
Deprecated. 
Get the document version.

Specified by:
getVersion in interface DocumentMetadataDef

setAuthor

public void setAuthor(String author)
Deprecated. 
Set the document author.


setComments

public void setComments(String comments)
Deprecated. 
Set the document comments.


setCreationDate

public void setCreationDate(Timestamp date)
Deprecated. 
Set the document creation date.


setDescription

public void setDescription(String description)
Deprecated. 
Set the document description.


setID

public void setID(String id)
Deprecated. 
Set the document id.


setLastModifiedBy

public void setLastModifiedBy(String lastModifiedBy)
Deprecated. 
Set the document last modified by.


setLastModifiedDate

public void setLastModifiedDate(Timestamp date)
Deprecated. 
Set the last modified date.


setLockedBy

public void setLockedBy(String lockedBy)
Deprecated. 
Set the document locked by.


setMimeType

public void setMimeType(String mimeType)
Deprecated. 
Set the mime type.


setName

public void setName(String name)
Deprecated. 
Set the document name.


setSize

public void setSize(long size)
Deprecated. 
Set the document size.


setVersion

public void setVersion(int version)
Deprecated. 
Set the document version.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved