© 2004 BEA Systems, Inc.

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

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

public class RefDocumentMetadata
extends DefaultDocumentMetadata

A document metadata def for the reference implementation.

This just forces the name to the be the id.


Field Summary
 
Fields inherited from class com.bea.p13n.content.document.ref.DefaultDocumentMetadata
attributes, author, comments, creationDate, description, id, lastModifiedBy, lastModifiedDate, lockedBy, mimeType, name, size, version
 
Constructor Summary
RefDocumentMetadata()
          Deprecated. Constructor.
 
Method Summary
 String getName()
          Deprecated. Override to return the id.
 void setName(String name)
          Deprecated. Override to set the id.
 
Methods inherited from class 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 inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefDocumentMetadata

public RefDocumentMetadata()
Deprecated. 
Constructor.

Method Detail

getName

public String getName()
Deprecated. 
Override to return the id.

Specified by:
getName in interface DocumentMetadataDef
Overrides:
getName in class DefaultDocumentMetadata
See Also:
DefaultDocumentMetadata.getID()

setName

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

Overrides:
setName in class DefaultDocumentMetadata
See Also:
DefaultDocumentMetadata.setID(java.lang.String)

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved