RefDocumentMetadata Class
DEPRECATED
- 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
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 |
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 |
RefDocumentMetadata
public RefDocumentMetadata()
- Constructor.
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)