|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.content.document.ref.DefaultDocumentMetadata
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 |
protected Map attributes
protected String author
protected String comments
protected Timestamp creationDate
protected String description
protected String id
protected String lastModifiedBy
protected Timestamp lastModifiedDate
protected String lockedBy
protected String mimeType
protected String name
protected long size
protected int version
| Constructor Detail |
public DefaultDocumentMetadata()
public DefaultDocumentMetadata(String id)
public DefaultDocumentMetadata(String id,
String name)
public DefaultDocumentMetadata(String id,
String name,
String mimeType)
| Method Detail |
public Object getAttribute(String name)
getAttribute in interface DocumentMetadataDefname - the name of the attribute.
public Collection getAttributeNames()
getAttributeNames in interface DocumentMetadataDefpublic Map getAttributes()
public String getAuthor()
getAuthor in interface DocumentMetadataDefpublic String getComments()
getComments in interface DocumentMetadataDefpublic Timestamp getCreationDate()
getCreationDate in interface DocumentMetadataDefpublic String getDescription()
getDescription in interface DocumentMetadataDefpublic String getID()
getID in interface DocumentMetadataDefpublic String getLastModifiedBy()
getLastModifiedBy in interface DocumentMetadataDefpublic Timestamp getLastModifiedDate()
getLastModifiedDate in interface DocumentMetadataDefpublic String getLockedBy()
getLockedBy in interface DocumentMetadataDefpublic String getMimeType()
getMimeType in interface DocumentMetadataDefpublic String getName()
getName in interface DocumentMetadataDefpublic long getSize()
getSize in interface DocumentMetadataDefpublic int getVersion()
getVersion in interface DocumentMetadataDefpublic void setAuthor(String author)
public void setComments(String comments)
public void setCreationDate(Timestamp date)
public void setDescription(String description)
public void setID(String id)
public void setLastModifiedBy(String lastModifiedBy)
public void setLastModifiedDate(Timestamp date)
public void setLockedBy(String lockedBy)
public void setMimeType(String mimeType)
public void setName(String name)
public void setSize(long size)
public void setVersion(int version)
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||