RefDocumentMetadata Class

DEPRECATED

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

public class RefDocumentMetadata

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

A document metadata def for the reference implementation.

This just forces the name to the be the id.


Hierarchy
Object
  com.bea.p13n.content.document.ref.DefaultDocumentMetadata
    RefDocumentMetadata
All Implemented Interfaces

com.bea.p13n.content.document.spi.DocumentMetadataDef

Field Summary

   
Fields from  com.bea.p13n.content.document.ref.com.bea.p13n.content.document.ref.DefaultDocumentMetadata
attributes, author, comments, creationDate, description, id, lastModifiedBy, lastModifiedDate, lockedBy, mimeType, name, size, version
 

Constructor Summary

RefDocumentMetadata()

Constructor.
 

Method Summary

public String
getName()
Override to return the id.
public void
setName(String name)
Override to set the id.
 
Methods from  com.bea.p13n.content.document.ref.com.bea.p13n.content.document.ref.DefaultDocumentMetadata
getAttribute, getAttributeNames, getAttributes, getAuthor, getComments, getCreationDate, getDescription, getID, getLastModifiedBy, getLastModifiedDate, getLockedBy, getMimeType, getSize, getVersion, setAuthor, setComments, setCreationDate, setDescription, setID, setLastModifiedBy, setLastModifiedDate, setLockedBy, setMimeType, setSize, setVersion
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.content.document.spi.com.bea.p13n.content.document.spi.DocumentMetadataDef
getAttribute, getAttributeNames, getAuthor, getComments, getCreationDate, getDescription, getID, getLastModifiedBy, getLastModifiedDate, getLockedBy, getMimeType, getName, getSize, getVersion
 

Constructor Detail

RefDocumentMetadata

public RefDocumentMetadata()
Constructor.
 

Method Detail

getName() Method

public String getName()
Override to return the id.

Overrides
DefaultDocumentMetadata.getName()

Related Topics

DefaultDocumentMetadata.getID()


setName(String) Method

public void setName(String name)
Override to set the id.

Overrides
DefaultDocumentMetadata.setName(String)

Related Topics

DefaultDocumentMetadata.setID(String)